From: <fg...@us...> - 2010-08-29 15:13:25
|
Revision: 2925 http://openutils.svn.sourceforge.net/openutils/?rev=2925&view=rev Author: fgiust Date: 2010-08-29 15:13:17 +0000 (Sun, 29 Aug 2010) Log Message: ----------- remove "forkMode=always" for tests, the original problem was due to mixed testng/junit annotations Modified Paths: -------------- trunk/openutils-mgnlcriteria/pom.xml Modified: trunk/openutils-mgnlcriteria/pom.xml =================================================================== --- trunk/openutils-mgnlcriteria/pom.xml 2010-08-29 15:11:35 UTC (rev 2924) +++ trunk/openutils-mgnlcriteria/pom.xml 2010-08-29 15:13:17 UTC (rev 2925) @@ -77,7 +77,7 @@ <version>2.5</version> <configuration> <useManifestOnlyJar>false</useManifestOnlyJar> - <forkMode>always</forkMode><!-- ensures that the repository is shut down properly --> + <!-- <forkMode>always</forkMode>--> </configuration> </plugin> </plugins> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |