Search code examples
javamaven-2maven-embedder

Maven Embedder - getting a list of profiles


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


Solution

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