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:18:31 UTC

svn commit: r638000 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources: it0023/pom.xml it0026/pom.xml it0031/pom.xml

Author: brianf
Date: Mon Mar 17 11:18:28 2008
New Revision: 638000

URL: http://svn.apache.org/viewvc?rev=638000&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/it0023/pom.xml
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0026/pom.xml
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0023/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0023/pom.xml?rev=638000&r1=637999&r2=638000&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0023/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0023/pom.xml Mon Mar 17 11:18:28 2008
@@ -17,4 +17,17 @@
       </plugin>
     </plugins>
   </build>
+    <!--remove when the IT plugins are actually released-->
+    <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>

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0026/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0026/pom.xml?rev=638000&r1=637999&r2=638000&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0026/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0026/pom.xml Mon Mar 17 11:18:28 2008
@@ -17,4 +17,17 @@
       </plugin>
     </plugins>
   </build>
+    <!--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>

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/pom.xml?rev=638000&r1=637999&r2=638000&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0031/pom.xml Mon Mar 17 11:18:28 2008
@@ -19,4 +19,17 @@
       </plugin>
     </plugins>
   </build>
+    <!--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>