Calling Maven goals from Java

后端 未结 3 1606
臣服心动
臣服心动 2021-02-05 07:37

Is it possible to call Maven goals from Java, for instance, can I do the equivalent of:

mvn clean package

from a Java class?

thanks, Ni

3条回答
  •  不思量自难忘°
    2021-02-05 08:02

    absolutely, you need to use the Maven Embedder API.

    Updated link is http://maven.apache.org/ref/3-LATEST/maven-embedder/index.html

提交回复
热议问题