
maven
mark007
这个作者很懒,什么都没留下…
展开
-
maven 单独部署pom文件
http://mysun.iteye.com/blog/1435084 单独部署一个文件到repo有时候我们会需要单独部署一个文件到maven的本地库或者远程库中,一般来说会是一个比较高层的pom文件,可以使用如下命令: Java代码 mvn install:install-file -Dfile=[your file] -DgroupId=[x...原创 2013-03-06 10:51:27 · 2290 阅读 · 0 评论 -
maven 笔记
MAVEN学习笔记构建生命周期、Maven仓库、依赖管理和项目对象模型Maven相关命令:help:active-profiles 列出当前构建中活动的Profile(项目的、用户的、全局的)help:effective-pom 显示当前构建的POMhelp:effective-settings 打印出项目的实际settings,包括从全局的settings和用户s...原创 2012-11-08 15:37:50 · 100 阅读 · 0 评论 -
查找maven 依赖树
mvn dependency:treeHelpful Maven Command: “mvn dependency:tree”Filed under: Java — nelz9999 @ 16:49Sometimes you need to peruse the dependencies (and transitive dependencies) within your Maven...原创 2013-02-21 18:27:11 · 414 阅读 · 0 评论 -
maven 跳过deploy
Avoid artifact deployment in the remote repoThe deployment of the artifact in the remote repository is done by the maven-deploy-plugin, by the goal is deploy:deploy, which offers a skip parame...原创 2013-02-21 18:51:59 · 552 阅读 · 0 评论