Hi, currently i'm in the process to integrate the code of a Maven plugin into an other application (no Plugin). After i integrated the code i will refactor the code to better code and remove the dependencies to Maven Plugin parts.
Now the problem arises that the envinroment of the Mojo's (Maven Plugin) does of course not exist in my application. So i have taken a look how to setup a MavenSession, ProjectBuilder etc. but i couldn't found any usefull information about that. I have found the following page: http://docs.codehaus.org/display/MAVEN/Maven+3.0.x But the link to the maven embedder (mini guide) doesn't exist anymore...or to be more accurate the page the link points to does not exist anymore.. So the question is: Does exist a documentation or a good example to do an Maven Embedder in an application...I just wan't to execute the life-cycle i just wan't to call the execution() methods of the Mojo's... Many thanks in Advance. Kind regards Karl Heinz Marbaise ----- Kind regards Karl Heinz Marbaise ---- http://www.soebes.de http://www.skmwiki.de http://supose.org/wiki/supose -- View this message in context: http://maven.40175.n5.nabble.com/Integrate-Maven-Plugin-Code-Mojo-s-into-Application-tp3397120p3397120.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
