首页  

maven 和 sbt 命令对比     所属分类 maven 浏览量 591
maven  /   sbt
clean    clean 
packge   packge
compile  compile
test     test
install  publishLocal
deploy   publish
dependency:tree    dependencyTree

deploy
上传到 远程 repository
install  安装到本地库

上一篇     下一篇
IDEA 使用技巧

使用maven构建scala项目

构建工具sbt 简介

maven 与 sbt 配置对比

获取当前shell脚本所在目录绝对路径

play框架简介