|
From: <tri...@us...> - 2009-09-02 08:44:55
|
Revision: 54
http://staticwiki.svn.sourceforge.net/staticwiki/?rev=54&view=rev
Author: triathlon98
Date: 2009-09-02 08:44:40 +0000 (Wed, 02 Sep 2009)
Log Message:
-----------
fix for maven 2.2.1
Modified Paths:
--------------
trunk/staticwiki-servlet/pom.xml
Modified: trunk/staticwiki-servlet/pom.xml
===================================================================
--- trunk/staticwiki-servlet/pom.xml 2009-04-01 15:19:46 UTC (rev 53)
+++ trunk/staticwiki-servlet/pom.xml 2009-09-02 08:44:40 UTC (rev 54)
@@ -32,6 +32,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
<configuration>
<!--<archiveClasses>true</archiveClasses>-->
<dependentWarExcludes>WEB-INF/web.xml,index.*</dependentWarExcludes>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|