From 005e039cc4a75c17b7a0c24ee83616a615f4cd93 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 14 May 2012 21:59:09 +0000 Subject: [PATCH] improved documentation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338451 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/examples/beanshell-mojo.apt.vm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm b/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm index e7c8966..451f21b 100644 --- a/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm +++ b/maven-plugin-plugin/src/site/apt/examples/beanshell-mojo.apt.vm @@ -1,5 +1,5 @@ ------ - Writing an Ant Maven plugin + Writing a Beanshell Maven Plugin ------ Olivier Lamy ------ @@ -26,9 +26,9 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Writing a Beanshell Maven plugin +Writing a Beanshell Maven Plugin - You can write a Maven plugin using {{{http://www.beanshell.org}beanshell}} + You can write a Maven plugin using {{{http://www.beanshell.org}Beanshell}}. * Pom configuration @@ -66,6 +66,8 @@ Writing a Beanshell Maven plugin * Beanshell plugin - Sample of script content. Use same doclet as a Java plugin with doclet + A Beanshell mojo uses same javadoc tags as a Java mojo with javadoc tags. + + Sample script content: %{snippet|id=beanshell-mojo|url=http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/src/main/scripts/touch.bsh}