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 2008/03/17 19:14:55 UTC

svn commit: r637998 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml

Author: brianf
Date: Mon Mar 17 11:14:53 2008
New Revision: 637998

URL: http://svn.apache.org/viewvc?rev=637998&view=rev
Log:
fixing the IT so it can find the plugins on a clean repo

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml?rev=637998&r1=637997&r2=637998&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml Mon Mar 17 11:14:53 2008
@@ -24,4 +24,17 @@
       </build>
     </profile>
   </profiles>
+  <!--remove when the IT plugins are actually release-->
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
 </project>