[jboss-dev-forums] [JBoss AOP Development] - Feature request for maven aop plugin
Douglas Palmer
do-not-reply at jboss.com
Fri Oct 22 05:39:54 EDT 2010
Douglas Palmer [http://community.jboss.org/people/dpalmer%40redhat.com] created the discussion
"Feature request for maven aop plugin"
To view the discussion, visit: http://community.jboss.org/message/567825#567825
--------------------------------------------------------------
Hi
I have been tasked with moving the JBoss ESB build from ant to maven; the current build relies the aopc ant task and the maven aop plugin doesn't seem to be flexible enough. I need to be able to configure which dependencies are included. So my feature request is for an iclude/excludes list for dependencies.
I think I should have the time to implement this in the scope of my current task but I'm sure you guys will have preferences as to how it is implemented. My thoughts are as follows:
1. The includes/excludes options will still require <includeProjectDependencies>true</includeProjectDependencies> and if no includes/excludes are set then all of the dependencies would be added to the classpath.
2. If there are any includes/excludes then a dependency would only be added if it appears in the includes list and it does not appear in the excludes list. Would it suffice to use the artifactId or should the comparison use the full coordinates?
3. Do you have a preference for the name of the elements? I'm leaning towards includedProjectDependencies and excludedProjectDependencies.
Regards
Doug
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/567825#567825]
Start a new discussion in JBoss AOP Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2028]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101022/c79e3c7f/attachment.html
More information about the jboss-dev-forums
mailing list