mabrarov commented on a change in pull request #24: URL: https://github.com/apache/maven-ear-plugin/pull/24#discussion_r507724100
########## File path: src/main/java/org/apache/maven/plugins/ear/AbstractEarModule.java ########## @@ -91,6 +91,14 @@ private String moduleId; + /** + * Directory of module which contains libraries packaged into module. {@code null} value means that module + * doesn't contain any library. Each module type can provide default value for this directory and this option + * can be used to override that default value. If module libraries are located at the root of module then use + * single slash (/) to configure that in POM, i.e. single slash is treated as empty string. Review comment: Addressed in 83a46e0 ---------------------------------------------------------------- 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