You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/09/11 15:04:57 UTC

svn commit: r442209 - /geronimo/devtools/eclipse-plugin/trunk/modules/eclipse-support/pom.xml

Author: sppatel
Date: Mon Sep 11 06:04:57 2006
New Revision: 442209

URL: http://svn.apache.org/viewvc?view=rev&rev=442209
Log:
GERONIMODEVTOOLS-106 failed to download xmlbeans-maven-plugin, added repo

Modified:
    geronimo/devtools/eclipse-plugin/trunk/modules/eclipse-support/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/modules/eclipse-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/modules/eclipse-support/pom.xml?view=diff&rev=442209&r1=442208&r2=442209
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/modules/eclipse-support/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/modules/eclipse-support/pom.xml Mon Sep 11 06:04:57 2006
@@ -54,4 +54,13 @@
 			</plugin>
 		</plugins>
 	</build>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>maven2-codehaus-snapshot</id>
+            <name>Maven 2 Codehaus Plugin Snapshots</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+        </pluginRepository>
+    </pluginRepositories>
+
 </project>