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 2006/08/25 23:10:14 UTC

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

Author: jdillon
Date: Fri Aug 25 14:10:14 2006
New Revision: 436954

URL: http://svn.apache.org/viewvc?rev=436954&view=rev
Log:
Use 2.2-SNAPSHOT for the machen-archiver for war's since 2.1 is broken and won't allow manifest entries

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=436954&r1=436953&r2=436954&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Aug 25 14:10:14 2006
@@ -939,6 +939,17 @@
                             <addMavenDescriptor>false</addMavenDescriptor>
                         </archive>
                     </configuration>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.maven</groupId>
+                            <artifactId>maven-archiver</artifactId>
+                            <!--
+                            FIXME: 2.1 is broken... won't allow custom manifestEntires, need to use
+                                   this snap until 2.2 is released.
+                            -->
+                            <version>2.2-SNAPSHOT</version>
+                        </dependency>
+                    </dependencies>
                 </plugin>
 
                 <plugin>