
maven
whxhz80
这个作者很懒,什么都没留下…
展开
-
maven goal
clean installcompileintegration-testnetbeans-freeform:generate-netbeans-projectpackageprocess-resourcesdeployprocess-sourcessitetesteclipse:add-maven-repotest-compileeclipse:clean tomcat:deployeclip...原创 2011-10-22 15:13:59 · 129 阅读 · 0 评论 -
maven安装jar包到本地库或私服
1. 安装到本地库: 例如安装jsr173.jar mvn install:install-file -DgroupId=com.bea.xml -DartifactId=jsr173-ri -Dversion=1.0 -Dpackaging=jar -Dfile=[path to file] 2. 安装到私服 mvn deploy:deploy-file...原创 2011-10-24 16:43:09 · 134 阅读 · 0 评论 -
maven编译错误
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-...原创 2011-08-09 15:59:02 · 218 阅读 · 0 评论