mirror of https://github.com/apache/maven.git
o Fixed test to compensate for old mvn scripts which didn't properly report the exit code on Windows
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24e5a7e09e
commit
aa4c49bd66
|
@ -53,6 +53,7 @@ public class MavenITmng3863AutoPluginGroupIdTest
|
|||
try
|
||||
{
|
||||
verifier.executeGoal( "validate" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
fail( "Validation step did not detect missing groupId for dependency" );
|
||||
}
|
||||
catch ( VerificationException e )
|
||||
|
|
Loading…
Reference in New Issue