Author: tchemit Date: 2008-07-29 09:36:49 +0000 (Tue, 29 Jul 2008) New Revision: 1526 Modified: trunk/simexplorer-is/pom.xml Log: try another maven-war-plugin to fix hudson bug on war assembly... Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2008-07-29 09:20:56 UTC (rev 1525) +++ trunk/simexplorer-is/pom.xml 2008-07-29 09:36:49 UTC (rev 1526) @@ -588,7 +588,8 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.1-alpha-1</version> + <version>2.0.2</version> + <!--version>2.1-alpha-1</version--> <!--version>2.0.1</version--> <!-- force version because maven seem to can't find automaticaly --> </dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org