Introduction
2009-08-22
This project helps to build maven projects.
There is three ways of using this toolbox :
The new contract is org.nuiton.plugin.PluginWithEncoding.
To use it, just add an implements for your mojo on this contract and implements it.
When mojo will be init, it will check sanity of encoding and if no encoding was specified, it will use the system one defined by system property file.encoding.
The plugin has the following goals:
Consult the usages page to have more details of mojos.
Consult the examples page to have some examples of mojos.