This content has been marked as final.
Show 1 reply
-
1. Re: Accessing maven dependency class from exec-maven-plugin
galder.zamarreno Sep 29, 2009 11:30 AM (in response to galder.zamarreno)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.