You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Vikas Kedigehalli (JIRA)" <ji...@apache.org> on 2017/04/25 23:22:04 UTC

[jira] [Created] (BEAM-2080) Add custom maven enforcer rules to catch banned classes and dependencies

Vikas Kedigehalli created BEAM-2080:
---------------------------------------

             Summary: Add custom maven enforcer rules to catch banned classes and dependencies
                 Key: BEAM-2080
                 URL: https://issues.apache.org/jira/browse/BEAM-2080
             Project: Beam
          Issue Type: Improvement
          Components: build-system
    Affects Versions: Not applicable
            Reporter: Vikas Kedigehalli
            Assignee: Vikas Kedigehalli
            Priority: Minor


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)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)