You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/06/28 17:20:58 UTC

svn commit: r417786 - /maven/components/trunk/maven-core-it/it0107/pom.xml

Author: brett
Date: Wed Jun 28 08:20:57 2006
New Revision: 417786

URL: http://svn.apache.org/viewvc?rev=417786&view=rev
Log:
add plugin snapshot repository to find the plugin when the test is enabled

Modified:
    maven/components/trunk/maven-core-it/it0107/pom.xml

Modified: maven/components/trunk/maven-core-it/it0107/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-it/it0107/pom.xml?rev=417786&r1=417785&r2=417786&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0107/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0107/pom.xml Wed Jun 28 08:20:57 2006
@@ -19,4 +19,10 @@
       </plugin>
     </plugins>
   </build>
+  <pluginsRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <url>http://people.apache.org/maven-snapshot-repository</url>
+    </pluginRepository>
+  </pluginsRepositories>
 </model>