[kune-commits] r1286 - trunk
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Sat Mar 19 02:20:01 CET 2011
Author: vjrj_
Date: 2011-03-19 02:20:01 +0100 (Sat, 19 Mar 2011)
New Revision: 1286
Modified:
trunk/pom.xml
Log:
pom.xml updated
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-03-19 00:45:29 UTC (rev 1285)
+++ trunk/pom.xml 2011-03-19 01:20:01 UTC (rev 1286)
@@ -775,7 +775,7 @@
<!-- =roo + custom -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.5</version>
+ <version>2.8</version>
<configuration>
<excludes>
<exclude>**/*_Roo_*</exclude>
@@ -783,7 +783,7 @@
<forkMode>pertest</forkMode>
<!-- Skip the normal tests, we'll run them in the integration-test
phase -->
- <skip>true</skip>
+ <skipTests>true</skipTests>
</configuration>
<executions>
<execution>
@@ -984,7 +984,7 @@
</manifest>
<manifestEntries>
<mode>development</mode>
- <url>${pom.url}</url>
+ <url>${project.url}</url>
</manifestEntries>
</archive>
</configuration>
More information about the kune-commits
mailing list