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