Author: eworley Date: Tue Jan 15 21:54:37 2008 New Revision: 612360 URL: http://svn.apache.org/viewvc?rev=612360&view=rev Log: Added m2 snapshot repository to test poms to allow for NUnit resolution
Modified: incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0018-CSharpSynchronizeTargetWithSource/pom.xml Modified: incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml?rev=612360&r1=612359&r2=612360&view=diff ============================================================================== --- incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml (original) +++ incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml Tue Jan 15 21:54:37 2008 @@ -33,9 +33,20 @@ <dependency> <groupId>org.apache.maven.dotnet</groupId> <artifactId>NUnit.Framework</artifactId> - <version>2.4.6-incubating</version> + <version>2.4.6-incubating-SNAPSHOT</version> <type>dotnet:library</type> <scope>test</scope> </dependency> </dependencies> + + <repositories> + <repository> + <id>m2-snapshot</id> + <name>Maven2 Snapshot Repository</name> + <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> </project> Modified: incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0018-CSharpSynchronizeTargetWithSource/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0018-CSharpSynchronizeTargetWithSource/pom.xml?rev=612360&r1=612359&r2=612360&view=diff ============================================================================== --- incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0018-CSharpSynchronizeTargetWithSource/pom.xml (original) +++ incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0018-CSharpSynchronizeTargetWithSource/pom.xml Tue Jan 15 21:54:37 2008 @@ -18,4 +18,15 @@ </plugin> </plugins> </build> + + <repositories> + <repository> + <id>m2-snapshot</id> + <name>Maven2 Snapshot Repository</name> + <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> </project>