How to programmatically call a Maven-task
Posted
by pmf
on Stack Overflow
See other posts from Stack Overflow
or by pmf
Published on 2010-01-27T11:54:17Z
Indexed on
2010/03/29
18:33 UTC
Read the original article
Hit count: 335
I'm using Maven in the context of another build-tool (leiningen for Clojure, but this should not matter), and I would like to know how I would call a plugin like dependency:build-classpath programmatically (i.e. via the Maven-API, not via the mvn
-command).
© Stack Overflow or respective owner