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
absolutely, you need to use the Maven Embedder API.
Updated link is http://maven.apache.org/ref/3-LATEST/maven-embedder/index.html