Ethanlm commented on a change in pull request #3380: URL: https://github.com/apache/storm/pull/3380#discussion_r596221955
########## File path: storm-shaded-deps/pom.xml ########## @@ -297,6 +297,28 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <executions> + <execution> + <id>compile</id> Review comment: Maybe change the id to something like `<id>workaround-makeItVisibleOnIntellij</id>` since the ID here is only informational, to better explain the purpose. ---------------------------------------------------------------- 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