MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions

Signed-off-by: Jason van Zyl <jason@tesla.io>
This commit is contained in:
Anton Tanasenko 2015-04-28 00:58:32 +03:00 committed by Jason van Zyl
parent 2e478d0de3
commit 217031b6ba
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public class MavenITmng5805PkgTypeMojoConfiguration
public MavenITmng5805PkgTypeMojoConfiguration()
{
super( "(3.3.2,)" );
super( "(3.3.3,)" );
}
public void testPkgTypeMojoConfiguration()
@ -38,6 +38,7 @@ public class MavenITmng5805PkgTypeMojoConfiguration
verifier = newVerifier( new File( testDir, "project" ).getAbsolutePath() );
verifier.executeGoal( "validate" );
verifier.verifyErrorFreeLog();
verifier.verifyTextInLog( "CLASS_NAME=org.apache.maven.its.mng5805.TestClass1" );
verifier.resetStreams();
}
}