slachiewicz commented on code in PR #23: URL: https://github.com/apache/maven-war-plugin/pull/23#discussion_r875900238
########## src/test/java/org/apache/maven/plugins/war/AbstractWarMojoTest.java: ########## @@ -74,7 +74,7 @@ protected void configureMojo( AbstractWarMojo mojo, List<String> filters, File c new DefaultMavenExecutionRequest().setSystemProperties( System.getProperties() ).setStartTime( new Date() ); MavenSession mavenSession = - new MavenSession( (PlexusContainer) null, (RepositorySystemSession) null, request, null ); + new MavenSession( null, null, request, null ); Review Comment: Yes i can revert it. intellij suggested this change -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org