Re: Run maven commands from Java code

2013-05-15 Thread Robert Scholte
Hi, You should have a look at the Maven Invoker[1] It is used by the Maven Release Plugin and Maven Invoker Plugin to fire up a Maven build in a new JVM. Robert ps. next time you should the Maven User Mailinglist for such questions. The Maven Developers list is used for development on Mave

RE: Run maven commands from Java code

2013-05-13 Thread Martin Gainty
attaching sample archetype-catalog.xml Martin Gainty __ Gelieve niet veranderen of verstoren deze transmissie From: mgai...@hotmail.com To: dev@maven.apache.org Subject: RE: Run maven commands from Java code Date: Mon, 13 May 2013 20:05:31 -0400

RE: Run maven commands from Java code

2013-05-13 Thread Martin Gainty
ing a sample archetype-catalog.xml for your perusal MG>This sounds like quite an interesting project you are working on MG>Please feel free to ping back for questions\comments and or advice Bedankt, Martin __ Gelieve niet veranderen of verstoren d

Run maven commands from Java code

2013-05-13 Thread Elmar Maan
Dear sir/madame, I'm Elmar Maan and I'm studying software engineering in Holland. I'm developing a desktop application, that can easily generate maven modules, inside a Maven project. This will be a JavaFX application, so I need to call Maven commands from Java code. This is what I've tried: F