Author: tchemit Date: 2009-09-20 19:39:47 +0200 (Sun, 20 Sep 2009) New Revision: 580 Modified: trunk/src/site/apt/index.apt trunk/src/site/site.xml trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java Log: update site documentation on new goals fix javadoc Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2009-09-20 17:11:28 UTC (rev 579) +++ trunk/src/site/apt/index.apt 2009-09-20 17:39:47 UTC (rev 580) @@ -33,8 +33,10 @@ * {{{available-licenses-mojo.html} helper:available-licenses}} display the known licenses of the plugin. - * {{{runJava-mojo.html} helper:runJava}} run a java main class. + * {{{collect-files-mojo.html} helper:collect-files}} to collect some files over a project. + * {{{send-email-mojo.html} helper:send-email}} to sned a email. + Plugin toolkit overview see javadoc. Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-09-20 17:11:28 UTC (rev 579) +++ trunk/src/site/site.xml 2009-09-20 17:39:47 UTC (rev 580) @@ -44,6 +44,8 @@ <item name="add-third-party" href="add-third-party-mojo.html"/> <item name="available-licenses" href="available-licenses-mojo.html"/> <item name="check-project-files" href="check-project-files-mojo.html"/> + <item name="send-email" href="send-email-mojo.html"/> + <item name="collect-files" href="collect-files-mojo.html"/> <item name="help" href="help-mojo.html"/> <item name="runJava" href="runJava-mojo.html"/> </item> Modified: trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java =================================================================== --- trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java 2009-09-20 17:11:28 UTC (rev 579) +++ trunk/src/test/java/org/nuiton/util/BasePluginTestCase.java 2009-09-20 17:39:47 UTC (rev 580) @@ -41,8 +41,8 @@ * @param <P> le mojo a test * @author chemit * - * @deprecated since 1.0.3, prefer use the {@link AbstractMojoTest} which - * need no more annotation on each test method. + * @deprecated since 1.0.3, prefer use the {@link org.nuiton.plugin.AbstractMojoTest} + * which need no more annotation on each test method. */ @Deprecated public abstract class BasePluginTestCase<P extends Plugin> {
participants (1)
-
tchemit@users.nuiton.org