Maven Anno Mojo

All jade plugins are based on Maven Anno Mojo, so your plugins should also.

Building From Source

To build the jade plugins from source using Maven2, simply checkout the source at https://jade-plugins.svn.sourceforge.net/svnroot/jade-plugins/trunk and run "mvn install". If your settings don't give you access to the maven-anno-mojo artifacts you should activate the ext profile with "mvn -Pext install".

Creating your plugin

The easiest start is to view the code of Javac Plugin which is composed of only one Mojo class, and use Ant delegation.