mabrarov commented on a change in pull request #29:
URL: https://github.com/apache/maven-ear-plugin/pull/29#discussion_r546387830



##########
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##########
@@ -816,12 +816,15 @@ private void changeManifestClasspath( EarModule module, 
File original, JavaEEVer
             Attribute classPath = mf.getMainSection().getAttribute( 
"Class-Path" );
             List<String> classPathElements = new ArrayList<String>();
 
+            boolean classPathExisted;

Review comment:
       Renamed to `classPathExists` in 3b0e65e




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to