Well having it working ootb everywhere - including ideS - is a must and why polyglot maven didnt get as must market as it should IMHO.
Also being able to order in the pom itself execution by reference would solve a lot of headaches. Le 8 mai 2016 17:04, "Jason van Zyl" <[email protected]> a écrit : > There is also: > https://github.com/takari/polyglot-maven-examples/blob/master/groovy/pom.groovy > > and the equivalent for ruby: > https://github.com/takari/polyglot-maven-examples/blob/master/ruby/hello/pom.rb > > Both the Groovy and Ruby dialect allow inline of plugins. > > 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 <[email protected]> > wrote: > > > > Hi, > > > > I wrote a Maven plugin that lets you execute java code directly from the > > project and bind it to build cycle phases. I believe this can be helpful > > when you want to do something specific in your project without having to > > develop your own custom plugin (or before spending time packaging it as a > > plugin if it happens to be reusable). > > > > I will be happy if this plugin can be useful to other people. Also if > > someone wants to help me improve it, any thought or advice would be > greatly > > appreciated. > > The plugin is released on Maven central and already used on a few > projects. > > It is on Github under Apache 2 License. > > > > https://javabuild.java.net/ > > https://github.com/javabuild/builder-maven-plugin > > > > Regards, > > Francois-Xavier Bonnet > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder, Takari and Apache Maven > http://twitter.com/jvanzyl > http://twitter.com/takari_io > --------------------------------------------------------- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
