Introduction
2009-08-22

Maven helper Plugin

This project helps to build maven projects.

There is three ways of using this toolbox :

What's new in version 1.2.6

Introduces a new api for mojo dealing with encoding.

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.

Improve check-auto-container mojo

Add a runOnce property flag to execute once per artifact (increase release process).

Plugin overview

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.

Plugin toolkit overview

see the Mojo framework page.

see javadoc.

Test toolkit overview

see the Mojo test framework page.

see test-javadoc.