Re: A Maven plugin to power up your Maven builds with custom java code

2016-05-08 Thread Francois-Xavier Bonnet
Hi Mark, I agree with you it would be better not to add the dependencies to compile or test scope, but Eclipse does not understand and complains about compile errors in build classes. I think it will be the same with any IDE. So for now I think adding the dependencies to test scope is our best opt

Re: A Maven plugin to power up your Maven builds with custom java code

2016-05-08 Thread Francois-Xavier Bonnet
. > >> > >> Similar ideas but you might be able to reuse code in such a way it meshes > >> with what exists. > >> > >>> On May 6, 2016, at 3:55 AM, Francois-Xavier Bonnet < fx.bon...@gmail.com> > >> wrote: > >>> > >>

Re: A Maven plugin to power up your Maven builds with custom java code

2016-05-08 Thread Francois-Xavier Bonnet
lugin > |- src/it/builder-maven-plugin-test > > Regards, > > Hervé > > Le vendredi 6 mai 2016 09:55:43 Francois-Xavier Bonnet a écrit : > > Hi, > > > > I wrote a Maven plugin that lets you execute java code directly from the > > project and bind it to

A Maven plugin to power up your Maven builds with custom java code

2016-05-06 Thread Francois-Xavier Bonnet
Apache 2 License. https://javabuild.java.net/ https://github.com/javabuild/builder-maven-plugin Regards, Francois-Xavier Bonnet