Re: Making the Camel Maven plugins Eclipse compatible

2015-05-20 Thread Victor NOËL
FYI Preben, the pull request I made was merged and will be released with version 2.16 I guess :) Le 12/05/2015 19:52, Preben.Asmussen a écrit : +1 Best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/Making-the-Camel-Maven-plugins-Eclipse-compatible

Re: Making the Camel Maven plugins Eclipse compatible

2015-05-18 Thread Claus Ibsen
On Mon, May 18, 2015 at 12:30 PM, Victor NOËL victor.n...@linagora.com wrote: Hi, So I have been working on a PR for that. Can you clarify something for me? Only camel-maven-plugin, camel-package-maven-plugin and guice-maven-plugin are meant to be used by non camel team developers? Yes

Re: Making the Camel Maven plugins Eclipse compatible

2015-05-18 Thread Victor NOËL
FYI the PR is there: https://github.com/apache/camel/pull/518 Le 18/05/2015 12:30, Victor NOËL a écrit : Hi, So I have been working on a PR for that. Can you clarify something for me? Only camel-maven-plugin, camel-package-maven-plugin and guice-maven-plugin are meant to be used by non

Rép: Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Francois Liot
+1 Preben.Asmussen p...@dr.dk a écrit : +1 Best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/Making-the-Camel-Maven-plugins-Eclipse-compatible-tp5767009p5767020.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Preben.Asmussen
+1 Best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/Making-the-Camel-Maven-plugins-Eclipse-compatible-tp5767009p5767020.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Claus Ibsen
Hi We love contributions http://camel.apache.org/contributing.html So you or any Eclipse users is welcome to dive in to see what changes is needed in the pom.xml and submit a patch / PR. On Tue, May 12, 2015 at 2:42 PM, Victor NOËL victor.n...@linagora.com wrote: Hi, There is a set of

Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Victor NOËL
Hi, There is a set of recommendations to make a maven plugin eclipse-compatible: http://eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html In particular, the use of BuildContext is very important because it prevents mismatch between the state produced by the execution of a