Hi, In reference to the following commit, which removed bundle plugin configuration from trunk:
http://svn.apache.org/viewvc?view=revision&revision=1484203 The problem is that we have modules that share the same packages. For example, both the "lang" and "core" modules have "org.apache.shiro.util". As core has a dependency on lang, the "lang" classes from this package get sucked into the generated jar. Given that trunk is for a new major release, would there much resistance to changing package names, so that they are unique across modules? So for example, "lang" moves from "org.apache.shiro" to "org.apache.shiro.lang", etc. I am willing to submit a patch along these lines. Thanks, Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
