Author: bentmann
Date: Tue Sep 29 09:36:04 2009
New Revision: 819867
URL: http://svn.apache.org/viewvc?rev=819867&view=rev
Log:
o Extended IT
Modified:
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml
Modified:
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml?rev=819867&r1=819866&r2=819867&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4381/sub-b/pom.xml
Tue Sep 29 09:36:04 2009
@@ -32,6 +32,24 @@
project and in projects with the same extension.
</description>
+ <!--
+ These repositories do not provide any artifacts and in particular do not
affect the extension class path. They
+ are declared in this module only to check that the identity of extension
realms is not affected by the sets of
+ repositories declared for a project.
+ -->
+ <repositories>
+ <repository>
+ <id>test</id>
+ <url>file://${basedir}/target/null</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>test</id>
+ <url>file://${basedir}/target/null</url>
+ </pluginRepository>
+ </pluginRepositories>
+
<build>
<plugins>
<plugin>