mirror of https://github.com/apache/maven.git
[MNG-4660] Increase usefulness of logging
This commit is contained in:
parent
976a706ddd
commit
103f9c0b41
|
@ -106,7 +106,7 @@ public class MavenITmng4660OutdatedPackagedArtifact extends AbstractMavenIntegra
|
|||
verifier3.verifyErrorFreeLog();
|
||||
try
|
||||
{
|
||||
verifier3.verifyTextInLog( "Packaged artifact is not up-to-date" );
|
||||
verifier3.verifyTextInLog( "Packaged artifact for module-a is not up-to-date" );
|
||||
}
|
||||
catch ( VerificationException e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue