Author: jvanzyl
Date: Sun Oct 22 09:39:43 2006
New Revision: 466757
URL: http://svn.apache.org/viewvc?view=rev&rev=466757
Log:
o making the groupId unique for each IT
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0003/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0003/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0003/pom.xml?view=diff&rev=466757&r1=466756&r2=466757
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0003/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0003/pom.xml
Sun Oct 22 09:39:43 2006
@@ -1,6 +1,6 @@
<model>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.its</groupId>
+ <groupId>org.apache.maven.its.it0003</groupId>
<artifactId>maven-it-it0003</artifactId>
<description>Builds upon it0001: we add a jar installation step. We delete
the JAR
from the local repository to make sure it is there post build.