From: Siegfried G. <wd...@us...> - 2004-10-12 13:13:34
|
wdsgoe 04/10/12 06:12:36 Modified: webtest plugin.properties Log: Preparing release 0.9.1 Revision Changes Path 1.5 +6 -2 maven-plugins/webtest/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plugin.properties 10 Aug 2003 13:59:33 -0000 1.4 +++ plugin.properties 12 Oct 2004 13:12:35 -0000 1.5 @@ -4,6 +4,10 @@ # Canoo WebTest plugin. # ------------------------------------------------------------------- +# The plugin directory + +maven.webtest.home = ${plugin.dir}/plugin-resources + # Define here your regular expression for the test to be executes maven.webtest.file = *.xml @@ -39,6 +43,6 @@ maven.webtest.config.saveresponse = true maven.webtest.config.resultpath = ${basedir}/target/webtest maven.webtest.config.resultfile = -maven.webtest.config.haltonfailure = true -maven.webtest.config.haltonerror = true +maven.webtest.config.haltonfailure = false +maven.webtest.config.haltonerror = false maven.webtest.config.showhtmlparseroutput = true \ No newline at end of file |