[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 11:12:56 EST 2013
[ https://issues.jboss.org/browse/AS7-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753456#comment-12753456 ]
Paul Gier edited comment on AS7-6497 at 2/11/13 11:10 AM:
----------------------------------------------------------
It's a new rule we created specifically for this purpose :)
https://jira.codehaus.org/browse/MENFORCER-138
We'll start just with using in the build dir, and then see how difficult it is to apply to the rest of the build.
was (Author: pgier):
It's a new rule we created specifically for this purpose :)
https://jira.codehaus.org/browse/MENFORCER-138
> 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