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.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2006-10-12 13:41:43 +00:00
parent 72ac9c77e5
commit 7d41a258a2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>