You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 17:33:07 UTC

[GitHub] [beam] kennknowles opened a new issue, #18378: Add custom maven enforcer rules to catch banned classes and dependencies

kennknowles opened a new issue, #18378:
URL: https://github.com/apache/beam/issues/18378

   The maven enforcer plugin standard rules aren't sufficient to catch certain issues like:
   * An artifact built as an uber/bundled jar (usually with shade plugin) including banned classes. 
   * An artifact pom that depends on banned dependencies. (bannedDependencies rule provided by enforcer plugin doesn't work always because it doesn't look at the dependency-reduced-pom generated by shade plugin)
   
   Imported from Jira [BEAM-2080](https://issues.apache.org/jira/browse/BEAM-2080). Original Jira may contain additional context.
   Reported by: vikasrk.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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