MNG-3714: Allow specification of the toolchains.xml location on the command line

o make this integration test work by rendering its two parts consistent.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benson Margulies 2011-12-11 01:20:08 +00:00
parent 75a424452c
commit 868ff60a5b
2 changed files with 25 additions and 1 deletions

View File

@ -19,4 +19,28 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-artifact</artifactId>
<version>2.1-SNAPSHOT</version>
<executions>
<execution>
<id>install</id>
<phase>generate-resources</phase>
<configuration>
<pomFile>pom.xml</pomFile>
<mainFile>target/mavenit-mng3746-plugin-1.jar</mainFile>
</configuration>
<goals>
<goal>set</goal>
<goal>attach-pom</goal>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@ -14,7 +14,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3746</groupId>
<artifactId>maven-mng3746-plugin</artifactId>
<artifactId>mavenit-mng3746-plugin</artifactId>
<version>1</version>
<executions>
<execution>