By bloid
via mojo.codehaus.org
Published: Jan 20 2008 / 12:13
This guide is intended to assist users in developing Groovy plugins for Maven 2. Readers should already be familiar with Maven plugin concepts and the basics of programming with Groovy.
Groovy plugins are very similar to Java plugins and actually a Groovy plugin is compiled into Java byte-code, and once built, Maven can not tell the difference between a plugin which has been implemented in Java or Groovy.
Add your comment