Issue Type: New Feature New Feature
Affects Versions: extra-enforcer-rules-1.0-alpha-5
Assignee: Unassigned
Components: extra-enforcer-rules
Created: 08/Apr/13 2:25 PM
Description:

Imagine you want to define some rules in a corporate pom. You'd like to express all the rules, before knowing it would apply or not to the currently inheriting project.

Something like :
<configuration>
<forbiddenDependency>
<source>.*-core</source>
<target>.*-ui</target
</forbiddenDependency>
<forbiddenDependency>
<source>.*-utils</source>
<target>.*-ui</target
</forbiddenDependency>
</configuration>

Currently, the standard bannedDepencies can not handle the "source" information part.

Project: Mojo
Priority: Major Major
Reporter: Baptiste Mathus
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to