Author: jvanzyl
Date: Sun Oct 22 09:43:24 2006
New Revision: 466828
URL: http://svn.apache.org/viewvc?view=rev&rev=466828
Log:
o making the groupId unique for each IT
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0078/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0078/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0078/pom.xml?view=diff&rev=466828&r1=466827&r2=466828
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0078/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0078/pom.xml
Sun Oct 22 09:43:24 2006
@@ -1,6 +1,6 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.its</groupId>
+ <groupId>org.apache.maven.its.it0078</groupId>
<artifactId>maven-it-it0078</artifactId>
<description>Test that configuration for maven-compiler-plugin is injected
from
PluginManagement section even when it's not explicitly defined in the