I want to execute Maven command from Java for development of a plugin. I tried maven-embedder but looks like it is now not supported. Is someone 开发者_开发知识库aware of some other tool which can be
How do 开发者_JAVA技巧I get a list of all the profiles for a project in maven inside of a maven plugin?
I want to run a Maven compilation by my Java code. Thus, I\'ve used the example of the usage of Maven Embedder explained here.