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
