Skip to content

Commit

Permalink
MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping…
Browse files Browse the repository at this point in the history
… mojo executions

Signed-off-by: Jason van Zyl <jason@tesla.io>
  • Loading branch information
atanasenko authored and Jason van Zyl committed Apr 27, 2015
1 parent 63656ff commit ef7b0d3
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ public class MavenITmng5805PkgTypeMojoConfiguration

public MavenITmng5805PkgTypeMojoConfiguration()
{
super( "(3.3.2,)" );
super( "(3.3.3,)" );
}

public void testPkgTypeMojoConfiguration()
Expand Down Expand Up @@ -38,6 +38,7 @@ public void testPkgTypeMojoConfiguration()
verifier = newVerifier( new File( testDir, "project" ).getAbsolutePath() );
verifier.executeGoal( "validate" );
verifier.verifyErrorFreeLog();
verifier.verifyTextInLog( "CLASS_NAME=org.apache.maven.its.mng5805.TestClass1" );
verifier.resetStreams();
}
}

0 comments on commit ef7b0d3

Please sign in to comment.