Re: exec maven goals from java fails - invalid plugin descriptor

2012-06-27 Thread Shaddow89
I dont know why i didnt find that, but using the invoker API solved my problems ;) thanks -- View this message in context: http://maven.40175.n5.nabble.com/exec-maven-goals-from-java-fails-invalid-plugin-descriptor-tp5712214p5712248.html Sent from the Maven - Users mailing list archive at

Re: exec maven goals from java fails - invalid plugin descriptor

2012-06-27 Thread Robert Scholte
7 +0200 schreef Shaddow89 : Tried 1.2.1, 1.1 and 1.0 as well. Always the same error -- View this message in context: http://maven.40175.n5.nabble.com/exec-maven-goals-from-java-fails-invalid-plugin-descriptor-tp5712214p5712225.html Sent from the Maven - Users mailing list archiv

Re: exec maven goals from java fails - invalid plugin descriptor

2012-06-27 Thread Shaddow89
Tried 1.2.1, 1.1 and 1.0 as well. Always the same error -- View this message in context: http://maven.40175.n5.nabble.com/exec-maven-goals-from-java-fails-invalid-plugin-descriptor-tp5712214p5712225.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: exec maven goals from java fails - invalid plugin descriptor

2012-06-27 Thread Fernanda Araújo
lugin. I have another part of my code, where i use the install plugin, > which causes the same error. > > Is the general approach of invoking the goals wrong? I cannot configure the > plugins, which are to be invoked, in the final project. My plugin needs to > invoke the other goals. &

exec maven goals from java fails - invalid plugin descriptor

2012-06-27 Thread Shaddow89
se the install plugin, which causes the same error. Is the general approach of invoking the goals wrong? I cannot configure the plugins, which are to be invoked, in the final project. My plugin needs to invoke the other goals. Ideas are highly welcome -- View this message in context: