You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tibor Digana <ti...@apache.org> on 2015/06/20 16:21:10 UTC

How to instantiate Maven as Java object and extend plugin dependencies

I want to start Maven directly in Java and add more dependencies to a
plugin witout modifying POM file.

This means the Maven should run as Java object.

Is this hack possible?

Cheers
Tibor