hboutemy commented on code in PR #756:
URL: https://github.com/apache/maven/pull/756#discussion_r900808391
##########
maven-embedder/src/test/java/org/apache/maven/cli/event/ExecutionEventLoggerTest.java:
##########
@@ -73,6 +83,7 @@ public void testProjectStarted()
inOrder.verify( logger ).info( "" );
inOrder.verify( logger ).info( "------------------<
org.apache.maven:maven-embedder >-------------------" );
inOrder.verify( logger ).info( "Building Apache Maven Embedder
3.5.4-SNAPSHOT" );
+ inOrder.verify( logger ).info( " maven-embedder/pom.xml" );
Review Comment:
I love "Building xxx \n from yyy"
and it adds a clear reason to indentation to match "Building" length, not
taste (that inherently varies between people)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]