From: <fg...@us...> - 2010-02-22 20:08:59
|
Revision: 2026 http://openutils.svn.sourceforge.net/openutils/?rev=2026&view=rev Author: fgiust Date: 2010-02-22 20:08:52 +0000 (Mon, 22 Feb 2010) Log Message: ----------- working surefire configuration Modified Paths: -------------- trunk/openutils-mgnltagcloud/pom.xml Modified: trunk/openutils-mgnltagcloud/pom.xml =================================================================== --- trunk/openutils-mgnltagcloud/pom.xml 2010-02-22 20:05:43 UTC (rev 2025) +++ trunk/openutils-mgnltagcloud/pom.xml 2010-02-22 20:08:52 UTC (rev 2026) @@ -43,6 +43,13 @@ </descriptors> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <useManifestOnlyJar>false</useManifestOnlyJar> + </configuration> + </plugin> </plugins> <resources> <resource> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |