Author: jvanzyl
Date: Sun Oct 22 08:32:43 2006
New Revision: 466656
URL: http://svn.apache.org/viewvc?view=rev&rev=466656
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0008/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0008/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0008/pom.xml?view=diff&rev=466656&r1=466655&r2=466656
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0008/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0008/pom.xml
Sun Oct 22 08:32:43 2006
@@ -1,7 +1,7 @@
<model>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core-it0008</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0008</artifactId>
<description>Simple goal decoration where a plugin binds to a phase and the
plugin must
be downloaded from a remote repository before it can be executed. This
test also checks to make sure that mojo parameters are aligned to the