slachiewicz commented on code in PR #23:
URL: https://github.com/apache/maven-war-plugin/pull/23#discussion_r875901156
##########
src/test/java/org/apache/maven/plugins/war/WarOverlaysTest.java:
##########
@@ -149,7 +149,7 @@ public void testDefaultOverlays()
assertOverlayedFile( webAppDirectory, "overlay-two", "admin.jsp" );
// Ok now check that there is no more files/directories
- final FileFilter filter = new FileFilterImpl( webAppDirectory, new
String[] { MANIFEST_PATH } );
+ final FileFilter filter = new FileFilterImpl( webAppDirectory, new
String[] {MANIFEST_PATH} );
Review Comment:
To be reverted
##########
src/test/java/org/apache/maven/plugins/war/WarOverlaysTest.java:
##########
@@ -293,7 +293,7 @@ private void assertScenariOne( String testId, File
webAppDirectory )
assertOverlayedFile( webAppDirectory, "overlay-full-1",
"WEB-INF/lib/c.jar" );
// Ok now check that there is no more files/directories
- final FileFilter filter = new FileFilterImpl( webAppDirectory, new
String[] { MANIFEST_PATH } );
+ final FileFilter filter = new FileFilterImpl( webAppDirectory, new
String[] {MANIFEST_PATH} );
Review Comment:
Yes
--
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]