mirror of https://github.com/apache/maven.git
o Take plugin version resolution out of the game
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2708c5060
commit
68a44ed5c4
|
@ -123,7 +123,7 @@ public class MavenITmng3057VersionExprTransformations
|
|||
verifier.setCliOptions( cliOptions );
|
||||
|
||||
verifier.setAutoclean( false );
|
||||
verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-expression:eval" );
|
||||
verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-expression:2.1-SNAPSHOT:eval" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
|
|
Loading…
Reference in New Issue