mirror of https://github.com/apache/maven.git
MNG-5805: Custom packaging types: configuring DefaultLifecycleMapping mojo executions
Signed-off-by: Jason van Zyl <jason@tesla.io>
This commit is contained in:
parent
2e478d0de3
commit
217031b6ba
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue