Re: Get the effective pom to a program
Thanks for the quick reply. But what I want to do is to use the maven help plugin classes inside my program to generate the effective pom. But since the variables are set by Mojo parameters ${reactorProjects} and ${project} I cannot accomplish this. Is there a way to get these parameters programmat
Get the effective pom to a program
I want to get the effective pom of a given pom file in to a progam that I am writing. Is there a way to reuse the code in the maven help plugin to get this done? Thanks, Pubudu