You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jv...@apache.org on 2005/12/13 22:08:30 UTC

svn commit: r356623 - /geronimo/specs/trunk/pom.xml

Author: jvanzyl
Date: Tue Dec 13 13:08:27 2005
New Revision: 356623

URL: http://svn.apache.org/viewcvs?rev=356623&view=rev
Log:
o fix the extensions

Modified:
    geronimo/specs/trunk/pom.xml

Modified: geronimo/specs/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/specs/trunk/pom.xml?rev=356623&r1=356622&r2=356623&view=diff
==============================================================================
--- geronimo/specs/trunk/pom.xml (original)
+++ geronimo/specs/trunk/pom.xml Tue Dec 13 13:08:27 2005
@@ -47,6 +47,13 @@
         </configuration>
       </plugin>
     </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-alpha-5</version>
+      </extension>
+    </extensions>
   </build>
 
   <modules>
@@ -200,7 +207,7 @@
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </pluginRepository>
   </pluginRepositories>
-  
+
   <distributionManagement>
     <repository>
       <id>apache-repo</id>
@@ -217,15 +224,5 @@
       <url>scpexe://minotaur.apache.org/www/geronimo.apache.org/maven/</url>
     </site>
   </distributionManagement>
-
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-alpha-5</version>
-      </extension>
-    </extensions>
-  </build>
 
 </project>