Author: tchemit Date: 2010-06-29 23:04:59 +0200 (Tue, 29 Jun 2010) New Revision: 737 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/737 Log: update doc Modified: trunk/src/site/apt/index.apt Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2010-06-29 10:50:18 UTC (rev 736) +++ trunk/src/site/apt/index.apt 2010-06-29 21:04:59 UTC (rev 737) @@ -36,12 +36,25 @@ There is three ways of using this toolbox : - * The plugin way : the project offers some plugins (see Plugin overview) + * The plugin way : the project offers some plugins (see {Plugin overview}) - * The plugin toolkit : a very small framework to create new plugins (see Plugin toolkit overview) + * The plugin toolkit : a very small framework to create new plugins (see {Plugin toolkit overview}) - * The test toolkit : usefull classes to make new tests (see Test toolkit overview) + * The test toolkit : usefull classes to make new tests (see {Test toolkit overview}) +What's new in version 1.2.6 + + Version 1.2.6 introduce 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. + + Plugin overview The plugin has the following goals: