You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2011/11/17 05:43:05 UTC

svn commit: r1203045 - /geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml

Author: hanhongfang
Date: Thu Nov 17 04:43:05 2011
New Revision: 1203045

URL: http://svn.apache.org/viewvc?rev=1203045&view=rev
Log:
add pluginRepository for maven-eclipsepde-plugin 1.2-SNAPSHOT

Modified:
    geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml?rev=1203045&r1=1203044&r2=1203045&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml Thu Nov 17 04:43:05 2011
@@ -97,7 +97,6 @@
                         
     <dependencyManagement>
         <dependencies>
-                        
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
@@ -476,6 +475,19 @@
                 <enabled>true</enabled>
             </releases>
         </pluginRepository>
+        <!--
+         |
+         | Added for maven-eclipsepde-plugin 1.2-SNAPSHOT
+         |
+         -->
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
     </pluginRepositories>
                         
     <profiles>