Re: Running maven from inside JVM.

2021-03-28 Thread Som Lima
, there is an API to embed Maven. > -Markus > > > -Ursprüngliche Nachricht- > Von: Som Lima [mailto:somplastic...@gmail.com] > Gesendet: Sonntag, 28. März 2021 06:26 > An: dev@maven.apache.org > Betreff: Running maven from inside JVM. > > Hi, > > Is it possi

AW: Running maven from inside JVM.

2021-03-28 Thread Markus KARG
Yes, there is an API to embed Maven. -Markus -Ursprüngliche Nachricht- Von: Som Lima [mailto:somplastic...@gmail.com] Gesendet: Sonntag, 28. März 2021 06:26 An: dev@maven.apache.org Betreff: Running maven from inside JVM. Hi, Is it possible to run maven from inside JVM ? i.e. Java

Re: Running maven from inside JVM.

2021-03-27 Thread Paul Hammant
Google for "embedding Maven". Articles like https://techblog.bozho.net/embedding-maven/ talk about that.

Running maven from inside JVM.

2021-03-27 Thread Som Lima
Hi, Is it possible to run maven from inside JVM ? i.e. Java -jar maven.jar --pom:/home/project/pom.xml --goals:clean install package