Author: jvanzyl
Date: Sun Oct 22 09:43:33 2006
New Revision: 466831
URL: http://svn.apache.org/viewvc?view=rev&rev=466831
Log:
o making the groupId unique for each IT
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0082/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0082/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0082/pom.xml?view=diff&rev=466831&r1=466830&r2=466831
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0082/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0082/pom.xml
Sun Oct 22 09:43:33 2006
@@ -1,6 +1,6 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.its</groupId>
+ <groupId>org.apache.maven.its.it0082</groupId>
<artifactId>maven-it-it0082</artifactId>
<description>Test that the reactor can establish the artifact location of
known projects for dependencies
using process-sources to see that it works even when they aren't
compiled</description>