摘要: Skipping TestsTo skip running the tests for a particular project, set theskipTestsproperty totrue.<project> [...] <build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><version>2.13</v 阅读全文
posted @ 2013-01-08 16:45 feiling 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 1 <build> 2 <plugins> 3 <plugin> 4 <artifactId>exec-maven-plugin</artifactId> 5 <groupId>org.codehaus.mojo</groupId> 6 <executions> 7 <execution> 8 <id>uncompress</id> 9 ... 阅读全文
posted @ 2013-01-08 15:53 feiling 阅读(10628) 评论(0) 推荐(0) 编辑