You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/11 23:39:22 UTC

svn commit: r495412 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Thu Jan 11 14:39:22 2007
New Revision: 495412

URL: http://svn.apache.org/viewvc?view=rev&rev=495412
Log:
Using latest ear and war plugins

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=495412&r1=495411&r2=495412
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Jan 11 14:39:22 2007
@@ -1274,11 +1274,10 @@
                 FIXME: Should not configure war to assume jsp by default
                 -->
                 
-                <!-- FIXME: Use 2.0.2 -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.0.1</version>
+                    <version>2.0.2</version>
                     <configuration>
                         <warSourceDirectory>${pom.basedir}/src/main/webapp</warSourceDirectory>
                         <webXml>${pom.basedir}/target/jspweb.xml</webXml>
@@ -1290,11 +1289,10 @@
                     </configuration>
                 </plugin>
                 
-                <!-- FIXME: Use 2.3 -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-ear-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.3</version>
                     <configuration>
                         <archive>
                             <!-- Do not include META-INF/maven to avoid long file problems on windows -->