mirror of https://github.com/apache/maven.git
o Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e527fea47
commit
d0781415e7
|
@ -57,7 +57,7 @@ public class MavenITmng4291MojoRequiresOnlineModeTest
|
|||
{
|
||||
verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-online:2.1-SNAPSHOT:touch" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
fail( "Invalid packaging of parent POM did not fail the build." );
|
||||
fail( "Request to execute online mojo during offline mode did not fail the build." );
|
||||
}
|
||||
catch ( VerificationException e )
|
||||
{
|
||||
|
@ -71,7 +71,7 @@ public class MavenITmng4291MojoRequiresOnlineModeTest
|
|||
|
||||
/**
|
||||
* Test that the mojo annotation @requiresOnline is recognized. For a mojo invocation bound to a lifecycle phase,
|
||||
* this means to skip the mojo when Maven is in offline mode but the mojo requires online model.
|
||||
* this means to skip the mojo when Maven is in offline mode but the mojo requires online mode.
|
||||
*/
|
||||
public void testitLifecycleInvocation()
|
||||
throws Exception
|
||||
|
|
Loading…
Reference in New Issue