Re: m2eclipse plugin builder or launcher

2010-12-21 Thread Anders Hammar
Wrong list. Use the m2e users list. http://m2eclipse.sonatype.org/project-information.html /Anders On Tue, Dec 21, 2010 at 08:27, Gajo Csaba csaba.g...@cosylab.com wrote: Hi, I have a question regarding the m2eclipse plugin. Let me know if this is not the right place to ask. I'm writing

Re: m2eclipse plugin builder or launcher

2010-12-21 Thread Lucas Persson
Hi Here is some code snippet that launches a maven goal. (It is easy to for instance launch an Ant target, it is just another launch configuration that must be used) This snippet does not really has any dependency to the m2eclipse plugin.

Re: m2eclipse plugin builder or launcher

2010-12-21 Thread Gajo Csaba
That's brilliant! Thank you very much, it works perfectly! Csaba On 21.12.2010 9:16, Lucas Persson wrote: Hi Here is some code snippet that launches a maven goal. (It is easy to for instance launch an Ant target, it is just

m2eclipse plugin builder or launcher

2010-12-20 Thread Gajo Csaba
Hi, I have a question regarding the m2eclipse plugin. Let me know if this is not the right place to ask. I'm writing my own custom plugin, and I would like to execute the mvn package command. Meaning: I want to run the m2eclipse builder, so that it would run the Run As-Maven package. Anyone