tamaashu commented on a change in pull request #372: URL: https://github.com/apache/curator/pull/372#discussion_r475886166
########## File path: pom.xml ########## @@ -657,6 +674,12 @@ <version>${maven-bundle-plugin-version}</version> </plugin> + <plugin> + <groupId>org.commonjava.maven.plugins</groupId> + <artifactId>directory-maven-plugin</artifactId> Review comment: When I tried to build only one sub-component of Curator maven-license-plugin always failed as didn't find the file **/src/etc/header.txt**. This plugin helps to find the root directory of the project and than it can be used in the license plugin as **${main.basedir}/src/etc/header.txt** ---------------------------------------------------------------- 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