You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/01/01 19:11:22 UTC

[maven-integration-testing] branch consistent-logging created (now ff1400f)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch consistent-logging
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at ff1400f  Test for consistent logging

This branch includes the following new commits:

     new ff1400f  Test for consistent logging

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: Test for consistent logging

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch consistent-logging
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit ff1400fd59e46b2452db3dd753fc0dc9e126d499
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jan 1 20:11:06 2021 +0100

    Test for consistent logging
---
 .../org/apache/maven/it/MavenITmng5572ReactorPluginExtensionsTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5572ReactorPluginExtensionsTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5572ReactorPluginExtensionsTest.java
index 41b80cd..f82ee8c 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5572ReactorPluginExtensionsTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5572ReactorPluginExtensionsTest.java
@@ -61,7 +61,7 @@ public class MavenITmng5572ReactorPluginExtensionsTest
         verifier.setAutoclean( false );
         verifier.executeGoal( "validate" );
         verifier.verifyErrorFreeLog();
-        verifier.verifyTextInLog( "[WARNING] project uses org.apache.maven.its.mng5572:plugin as extensions, which is not possible within the same reactor build. This plugin was pulled from the local repository!" );
+        verifier.verifyTextInLog( "[WARNING] 'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not possible within the same reactor build. This plugin was pulled from the local repository!" );
         verifier.resetStreams();
     }