maven笔记

创建简单的project

mvn archetype:create -DgroupId=org.sonatype.mavenbook -DartifactId=simple

创建web project

mvn archetype:create -DgroupId=net.selitech.ssim -DartifactId=ssim -DarchetypeArtifactId=maven-archetype-webapp

创建插件

mvn archetype:create -DgroupId=org.sonatype.mavenbook.plugins -DartifactId=first-maven-plugin -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-mojo

依赖分析

mvn dependency:analyze

mvn dependency:tree

Eclipse

M2_REPO

完整pom

mvn help:effective-pom

Debug

mvn -Dmaven.surefire.debug test

mvn install -Dmaven.test.skip=true

Maven下载jar的线程数

mvn -Dmaven.artifact.threads=1 clean installexport MAVEN_OPTS=-Dmaven.artifact.threads=3

取消交互模式参数

-DinteractiveMode=false

配置插件执行            

	      <executions>
		<execution>
               <goals>
                   <goal>cobertura</goal>
                </goals>
                <phase>test</phase>
               </execution>
            </executions>执行单个单元测试

mvn -Dtest=TestSquare,TestCi*le test

 

install  jar   file

mvn install:install-file -Dfile=alibaba-crm-esb-services-1.9.92.jar -DgroupId=com.alibaba.shared -DartifactId=alibaba.crm.esb.services -Dversion=1.9.92 -Dpackaging=jar

Table 10.4. maven-plugin打包默认的目标

生命周期阶段目标generate-resourcesplugin:descriptorprocess-resourcesresources:resourcescompilecompiler:compileprocess-test-resourcesresources:testResourcestest-compilecompiler:testCompiletestsurefire:testpackagejar:jar, plugin:addPluginArtifactMetadatainstallinstall:install, plugin:updateRegistrydeploydeploy:deploy





记于2011.9.23     黯風夜隱

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值