Author: kenney
Date: Thu Oct 12 06:41:43 2006
New Revision: 463249

URL: http://svn.apache.org/viewvc?view=rev&rev=463249
Log:
Changed the test plugin's artifactId to be something unique;
right now some other test:test-plugin from the local repository is used,
requiring Wagon-ftp causing it to fail.

The IT now uses the correct plugin, but it can't find it due to
MNG-870.

Modified:
    maven/components/trunk/maven-core-it/it0042/test-component-c/pom.xml
    maven/components/trunk/maven-core-it/it0042/test-plugin/pom.xml

Modified: maven/components/trunk/maven-core-it/it0042/test-component-c/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-it/it0042/test-component-c/pom.xml?view=diff&rev=463249&r1=463248&r2=463249
==============================================================================
--- maven/components/trunk/maven-core-it/it0042/test-component-c/pom.xml 
(original)
+++ maven/components/trunk/maven-core-it/it0042/test-component-c/pom.xml Thu 
Oct 12 06:41:43 2006
@@ -24,7 +24,7 @@
     <plugins>
       <plugin>
         <groupId>test</groupId>
-        <artifactId>test-plugin</artifactId>
+        <artifactId>it0042-test-plugin</artifactId>
         <version>0.1</version>
         <configuration>
           <value>my-test</value>

Modified: maven/components/trunk/maven-core-it/it0042/test-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-it/it0042/test-plugin/pom.xml?view=diff&rev=463249&r1=463248&r2=463249
==============================================================================
--- maven/components/trunk/maven-core-it/it0042/test-plugin/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0042/test-plugin/pom.xml Thu Oct 12 
06:41:43 2006
@@ -7,7 +7,7 @@
        </parent>
 
   <groupId>test</groupId>
-  <artifactId>test-plugin</artifactId>
+  <artifactId>it0042-test-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>0.1</version>
   <name>Test Plugin</name>


Reply via email to