mirror of https://github.com/apache/maven.git
o Fixed metadata generation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9974e8676d
commit
aade1cd99d
|
@ -63,6 +63,8 @@ public class MavenITmng3372DirectInvocationOfPluginsTest
|
|||
|
||||
verifier.deleteArtifacts( "org.apache.maven.its.mng3372" );
|
||||
|
||||
verifier.getSystemProperties().setProperty( "updateReleaseInfo", "true" );
|
||||
|
||||
verifier.executeGoals( Arrays.asList( new String[]{ "clean", "install" } ) );
|
||||
|
||||
verifier = new Verifier( project.getAbsolutePath() );
|
||||
|
|
Loading…
Reference in New Issue