How do I get a list of all the profiles for a project in maven inside of a maven plugin?

Would it be:

MavenEmbedder.readModel(new File("path to pom.xml")).getProfiles();

Walter

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Uh, that was easy. The answer is: yes. :-)

link|improve this answer
Cool - that was easy. – Walter White May 26 '10 at 11:53
feedback

Your Answer

 
or
required, but never shown