mirror of https://github.com/apache/maven.git
take version out of the equation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63cb06c4bb
commit
e33d7d9d5d
|
@ -62,7 +62,7 @@ public class MavenITmng3714ToolchainsCliOptionTest
|
|||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "--toolchains toolchains.xml" );
|
||||
verifier.setCliOptions( cliOptions );
|
||||
verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-toolchain:toolchain" );
|
||||
verifier.executeGoal( "validate" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
|
|
|
@ -11,6 +11,13 @@
|
|||
<groupId>org.apache.maven.its.plugins</groupId>
|
||||
<artifactId>maven-it-plugin-toolchain</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>toolchain</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue