From: <fg...@us...> - 2010-03-09 20:09:50
|
Revision: 2124 http://openutils.svn.sourceforge.net/openutils/?rev=2124&view=rev Author: fgiust Date: 2010-03-09 20:09:44 +0000 (Tue, 09 Mar 2010) Log Message: ----------- surefire properties Modified Paths: -------------- trunk/openutils-elfunctions/pom.xml Modified: trunk/openutils-elfunctions/pom.xml =================================================================== --- trunk/openutils-elfunctions/pom.xml 2010-03-09 20:03:28 UTC (rev 2123) +++ trunk/openutils-elfunctions/pom.xml 2010-03-09 20:09:44 UTC (rev 2124) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-parent</artifactId> @@ -74,6 +75,12 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <useManifestOnlyJar>false</useManifestOnlyJar> + </configuration> + </plugin> </plugins> </build> <reporting> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |