Change By: Baptiste Mathus (08/Apr/13 2:26 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 :
{noformat}
<configuration>
  <forbiddenDependency>
    <source>.*-core</source>
    <target>.*-ui</target
  </forbiddenDependency>
  <forbiddenDependency>
    <source>.*-utils</source>
    <target>.*-ui</target
  </forbiddenDependency>
</configuration>
{noformat} 
Currently, the standard bannedDepencies can not handle the "source" information part.
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