You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/02 17:53:48 UTC

svn commit: r691288 - /geronimo/server/branches/2.1/plugins/dojo/geronimo-dojo/pom.xml

Author: dwoods
Date: Tue Sep  2 08:53:47 2008
New Revision: 691288

URL: http://svn.apache.org/viewvc?rev=691288&view=rev
Log:
still need to use the old m-d-p to corrcetly handle the dojo tgz file

Modified:
    geronimo/server/branches/2.1/plugins/dojo/geronimo-dojo/pom.xml

Modified: geronimo/server/branches/2.1/plugins/dojo/geronimo-dojo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/dojo/geronimo-dojo/pom.xml?rev=691288&r1=691287&r2=691288&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/dojo/geronimo-dojo/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/dojo/geronimo-dojo/pom.xml Tue Sep  2 08:53:47 2008
@@ -61,6 +61,8 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
+                <!-- HACK - The 2.0 level doesn't handle the tgz correctly -->
+                <version>2.0-alpha-4</version>
                 <executions>
                     <execution>
                         <id>unpack</id>