[jboss-dev-forums] [JBoss Build System Development] - Re: Accessing maven dependency class from exec-maven-plugin
galder.zamarreno@jboss.com
do-not-reply at jboss.com
Tue Sep 29 11:30:37 EDT 2009
Right now, the only way I see being able to do this, which I find rather ugly, is to have a 2nd jopr maven project with only the generator doclet in it. The main jopr plugin project would then run the doclet from that artifact and generate the xml at the process-classes phase.
One thing I've realised that even if I could get hold of the classpath in the executable to run on the main jopr plugin project, this project would need to have dependencies in all the rest of projects that could contain classes that need scanning, and this could have issues in the future.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257684#4257684
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257684
More information about the jboss-dev-forums
mailing list