From c31075dd214ad70b81a034377fb50335cb9a333e Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 14 May 2012 17:07:37 +0000 Subject: [PATCH] add SNIPPET for documentation purpose git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338293 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/it/ant-basic/src/main/scripts/touch.build.xml | 5 +++-- .../src/it/ant-basic/src/main/scripts/touch.mojos.xml | 3 ++- .../src/it/beanshell-simple/src/main/scripts/touch.bsh | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.build.xml b/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.build.xml index 027b4e6..d5b7f98 100644 --- a/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.build.xml +++ b/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.build.xml @@ -18,9 +18,10 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + - \ No newline at end of file + + \ No newline at end of file diff --git a/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.mojos.xml b/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.mojos.xml index e9e81d6..178df1d 100644 --- a/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.mojos.xml +++ b/maven-plugin-plugin/src/it/ant-basic/src/main/scripts/touch.mojos.xml @@ -18,7 +18,7 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + @@ -36,3 +36,4 @@ + diff --git a/maven-plugin-plugin/src/it/beanshell-simple/src/main/scripts/touch.bsh b/maven-plugin-plugin/src/it/beanshell-simple/src/main/scripts/touch.bsh index 5ad2c5c..4ba6be4 100644 --- a/maven-plugin-plugin/src/it/beanshell-simple/src/main/scripts/touch.bsh +++ b/maven-plugin-plugin/src/it/beanshell-simple/src/main/scripts/touch.bsh @@ -1,3 +1,4 @@ +// START SNIPPET: beanshell-mojo /** * Touches a test file. * @@ -41,4 +42,5 @@ setName( name ) name = name; } -return new BeanshellMojoAdapter( (Mojo) this, this.interpreter ); \ No newline at end of file +return new BeanshellMojoAdapter( (Mojo) this, this.interpreter ); +// END SNIPPET: beanshell-mojo \ No newline at end of file