From: Siegfried G. <wd...@us...> - 2002-12-27 15:26:30
|
wdsgoe 02/12/27 07:26:29 Modified: webtest plugin.properties Log: Added maven.webtest.target and maven.webtest.ant.options Revision Changes Path 1.2 +12 -0 maven-plugins/webtest/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.properties 16 Dec 2002 11:34:03 -0000 1.1 +++ plugin.properties 27 Dec 2002 15:26:29 -0000 1.2 @@ -8,6 +8,10 @@ maven.webtest.file = *.xml +# Defines the target to be executed + +maven.webtest.target = + # Source directory of Canoo Webtest scripts maven.webtest.src = ${basedir}/webtest @@ -22,6 +26,14 @@ # Comma seperated list of JAR ids from project.xml to be included maven.webtest.jar.include = + +# Settings for invoking ANT (useful for debugging) +# +# -verbose ... be extra verbose +# -quiet ..... be extra quit +# -debug ..... print debugging information + +maven.webtest.ant.options= # Settings for Canoo Webtest Configuration |