开发者

Maven Embedder - getting a list of profiles

开发者 https://www.devze.com 2023-01-01 08:12 出处:网络
How do 开发者_JAVA技巧I get a list of all the profiles for a project in maven inside of a maven plugin?

How do 开发者_JAVA技巧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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消