[jboss-jira] [JBoss JIRA] (AS7-6497) Clean up transitive dependencies in the AS build module

Paul Gier (JIRA) jira-events at lists.jboss.org
Mon Feb 11 09:44:57 EST 2013


Paul Gier created AS7-6497:
------------------------------

             Summary: Clean up transitive dependencies in the AS build module
                 Key: AS7-6497
                 URL: https://issues.jboss.org/browse/AS7-6497
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Build System
            Reporter: Paul Gier
            Assignee: Vladimir Dosoudil
             Fix For: 7.2.0.Alpha1


There are a lot of transitive dependencies that are brought in.  The core-model-test module brings in many transitive dependencies, does this need to be a dependency in the build module?  The general rule is that the build module should not include any transitive dependencies, however, there might be one or two exceptions.

Once the dependencies are cleaned up, the enforcer rule "ban-transitive-dependencies" should be configured in the build module to enforce that upgrades and new dependencies don't add unexpected transitive deps to the build.

http://maven.apache.org/enforcer/enforcer-rules/banTransitiveDependencies.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list