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]
