Hi all,
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
Hi all,
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