Maven Anno MojoAll jade plugins are based on Maven Anno Mojo, so your plugins should also. Building From SourceTo 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 pluginThe easiest start is to view the code of Javac Plugin which is composed of only one Mojo class, and use Ant delegation. |
|||