mirror of https://github.com/apache/maven.git
[MNG-5958] Lifecycle.setPhases bin compat restored in 3.5.0-alpha-1
This commit is contained in:
parent
e61e7ca427
commit
762669982b
|
@ -10,7 +10,7 @@ public class MavenITmng5805PkgTypeMojoConfiguration
|
|||
|
||||
public MavenITmng5805PkgTypeMojoConfiguration()
|
||||
{
|
||||
super( "(3.3.3,3.5.0)" );
|
||||
super( "(3.3.3,3.5.0-alpha)" );
|
||||
}
|
||||
|
||||
public void testPkgTypeMojoConfiguration()
|
||||
|
@ -19,7 +19,6 @@ public class MavenITmng5805PkgTypeMojoConfiguration
|
|||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-5805-pkg-type-mojo-configuration" );
|
||||
|
||||
Verifier verifier;
|
||||
|
||||
|
||||
verifier = newVerifier( testDir.getAbsolutePath() );
|
||||
verifier.executeGoal( "validate" );
|
||||
|
|
Loading…
Reference in New Issue