You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/14 12:52:49 UTC

svn commit: r793849 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3899/sub/settings-template.xml

Author: bentmann
Date: Tue Jul 14 10:52:49 2009
New Revision: 793849

URL: http://svn.apache.org/viewvc?rev=793849&view=rev
Log:
o Decoupled inheritance test from dependency resolution

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3899/sub/settings-template.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3899/sub/settings-template.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3899/sub/settings-template.xml?rev=793849&r1=793848&r2=793849&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3899/sub/settings-template.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3899/sub/settings-template.xml Tue Jul 14 10:52:49 2009
@@ -35,6 +35,18 @@
           </snapshots>
         </repository>
       </repositories>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>maven-core-it</id>
+          <url>@baseurl@/repo</url>
+          <releases>
+            <checksumPolicy>ignore</checksumPolicy>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </pluginRepository>
+      </pluginRepositories>
     </profile>
   </profiles>
   <activeProfiles>