You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(12) |
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
(6) |
Mar
(1) |
Apr
(85) |
May
(9) |
Jun
|
Jul
(6) |
Aug
(85) |
Sep
(42) |
Oct
(27) |
Nov
(15) |
Dec
(27) |
2004 |
Jan
(39) |
Feb
(52) |
Mar
(43) |
Apr
(32) |
May
(18) |
Jun
(5) |
Jul
(63) |
Aug
(69) |
Sep
(12) |
Oct
(80) |
Nov
(55) |
Dec
(30) |
2005 |
Jan
(27) |
Feb
(6) |
Mar
(43) |
Apr
(5) |
May
(48) |
Jun
(48) |
Jul
(100) |
Aug
(16) |
Sep
(43) |
Oct
(25) |
Nov
(249) |
Dec
(2) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
(26) |
May
(21) |
Jun
(8) |
Jul
(14) |
Aug
(104) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
|
May
(38) |
Jun
(2) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jo...@us...> - 2004-11-16 15:44:47
|
joehni 04/11/16 07:44:29 maven-plugins/javaapp/src/main/net/sourceforge/mavenplugins/javaapp - New directory |
From: <jo...@us...> - 2004-11-16 15:44:45
|
joehni 04/11/16 07:44:29 maven-plugins/javaapp/src/test/net/sourceforge/mavenplugins - New directory |
From: <jo...@us...> - 2004-11-16 15:44:36
|
joehni 04/11/16 07:44:29 maven-plugins/javaapp/src/main/net/sourceforge/mavenplugins - New directory |
From: <jo...@us...> - 2004-11-16 15:44:35
|
joehni 04/11/16 07:44:29 maven-plugins/javaapp/src/main/net - New directory |
From: <jo...@us...> - 2004-11-16 15:44:35
|
joehni 04/11/16 07:44:29 maven-plugins/javaapp/src/main/net/sourceforge - New directory |
From: <jo...@us...> - 2004-11-16 15:13:30
|
joehni 04/11/16 07:13:21 maven-plugins/javaapp/src/main/org/apache/maven - New directory |
From: <jo...@us...> - 2004-11-16 15:13:30
|
joehni 04/11/16 07:13:22 maven-plugins/javaapp/src/test/org/apache/maven - New directory |
From: <jo...@us...> - 2004-11-16 15:13:30
|
joehni 04/11/16 07:13:22 maven-plugins/javaapp/src/test/org/apache/maven/javaapp - New directory |
From: <jo...@us...> - 2004-11-16 15:13:30
|
joehni 04/11/16 07:13:22 maven-plugins/javaapp/src/test - New directory |
From: <jo...@us...> - 2004-11-16 15:13:29
|
joehni 04/11/16 07:13:22 maven-plugins/javaapp/src/test/org - New directory |
From: <jo...@us...> - 2004-11-16 15:13:29
|
joehni 04/11/16 07:13:22 maven-plugins/javaapp/src/test/org/apache - New directory |
From: <jo...@us...> - 2004-11-16 15:13:29
|
joehni 04/11/16 07:13:21 maven-plugins/javaapp/src/main/org/apache/maven/javaapp - New directory |
From: <jo...@us...> - 2004-11-16 15:13:28
|
joehni 04/11/16 07:13:21 maven-plugins/javaapp/src/main/org - New directory |
From: <jo...@us...> - 2004-11-16 15:13:28
|
joehni 04/11/16 07:13:21 maven-plugins/javaapp/src/main/org/apache - New directory |
From: <jo...@us...> - 2004-11-16 15:13:28
|
joehni 04/11/16 07:13:21 maven-plugins/javaapp/src/main - New directory |
From: <jo...@us...> - 2004-11-16 15:13:28
|
joehni 04/11/16 07:13:21 maven-plugins/javaapp/src - New directory |
From: <jo...@us...> - 2004-11-16 12:20:24
|
joehni 04/11/16 04:20:17 Modified: javaapp plugin.jelly project.xml javaapp/xdocs changes.xml index.xml properties.xml Log: Support property 'uberjar.bundle'. Revision Changes Path 1.6 +30 -7 maven-plugins/javaapp/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/plugin.jelly,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.jelly 21 Oct 2003 16:20:58 -0000 1.5 +++ plugin.jelly 16 Nov 2004 12:20:16 -0000 1.6 @@ -26,14 +26,37 @@ </goal> <!-- ================================================================== --> + <!-- javaapp:support-uberjar-bundle --> + <!-- ================================================================== --> + + <goal name="javaapp:support-uberjar-bundle" + description="Support the uberjar.bundle property"> + <j:set var="excludes" value="${maven.javaapp.jar.exclude}"/> + <j:forEach var="lib" items="${pom.artifacts}"> + <j:set var="dep" value="${lib.dependency}"/> + <j:if test="${dep.getProperty('uberjar.bundle')=='false' || dep.type !='jar'}"> + <j:if test="${!empty(excludes)}"> + <j:set var="excludes" value="${excludes},${dep.artifactId}"/> + </j:if> + <j:if test="${empty(excludes)}"> + <j:set var="excludes" value="${dep.artifactId}"/> + </j:if> + </j:if> + </j:forEach> + <j:set var="maven.javaapp.jar.exclude" value="${excludes}"/> + </goal> + + <!-- ================================================================== --> <!-- javaapp:info --> <!-- ================================================================== --> <goal name="javaapp:info" - description="Prints diagnostic messages"> + description="Prints diagnostic messages" + prereqs="javaapp:support-uberjar-bundle"> <echo>maven.build.dir = ${maven.build.dir}</echo> <echo>maven.build.dest = ${maven.build.dest}</echo> + <echo>maven.javaapp.type = ${maven.javaapp.type}</echo> <echo>maven.javaapp.app.dir = ${maven.javaapp.app.dir}</echo> <echo>maven.javaapp.jar.name = ${maven.javaapp.jar.name}</echo> <echo>maven.javaapp.jar.exclude = ${maven.javaapp.jar.exclude}</echo> @@ -45,7 +68,7 @@ <echo>maven.javaapp.manifest.extensions.add = ${maven.javaapp.manifest.extensions.add}</echo> </goal> - + <!-- ================================================================== --> <!-- javaapp:jar --> <!-- ================================================================== --> @@ -149,11 +172,11 @@ <goal name="javaapp:copy-deps" description="Copy all dependent JARs" - prereqs="javaapp:prepare-filesystem"> + prereqs="javaapp:prepare-filesystem,javaapp:support-uberjar-bundle"> - <echo>Copy dependent JARs into ${maven.javaapp.app.dir}/lib</echo> + <echo>Copy dependent JARs into ${maven.javaapp.app.dir}/lib</echo> <deploy:copy-deps todir="${maven.javaapp.app.dir}/lib" excludes="${maven.javaapp.jar.exclude}"/> - + </goal> <!-- ================================================================== --> @@ -162,7 +185,7 @@ <goal name="javaapp:run" description="Runs the executable JAR with the given command line"> - + <echo>Running ${maven.javaapp.final.name} with "${maven.javaapp.cmdline}"</echo> <java jar="${maven.javaapp.final.name}" fork="yes"> <u:tokenize var="listOfProperties" delim=" ">${maven.javaapp.sysproperties}</u:tokenize> @@ -176,7 +199,7 @@ </j:forEach> <arg line="${maven.javaapp.cmdline}"/> </java> - + </goal> <!-- ================================================================== --> 1.10 +10 -0 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 16 Nov 2004 11:13:36 -0000 1.9 +++ project.xml 16 Nov 2004 12:20:16 -0000 1.10 @@ -42,6 +42,16 @@ <role>Java Developer</role> </roles> </developer> + <developer> + <name>Jörg Schaible</name> + <id>wdsgoe</id> + <email>joe...@gm...</email> + <organization>Elsag-Solutions AG</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>+1</timezone> + </developer> </developers> <dependencies> 1.3 +12 -0 maven-plugins/javaapp/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 21 Oct 2003 16:20:57 -0000 1.2 +++ changes.xml 16 Nov 2004 12:20:17 -0000 1.3 @@ -1,12 +1,24 @@ +<?xml version="1.0"?> +<!DOCTYPE project [ + <!ENTITY ouml "ö"> +]> + <document> <properties> <title>Changes</title> <author email="sie...@it...">Siegfried Goeschl</author> + <author email="joe...@gm...">Jörg Schaible</author> </properties> <body> + <release version="1.3-SNAPSHOT" date="in CVS"> + <action dev="joehni" type="add"> + Added support for uberjar.bundle property. + </action> + </release> + <release version="1.2" date="2003-10-22"> <action dev="wdsgoe" type="add"> Added support for JVM args and system properties to javaapp:run 1.4 +6 -1 maven-plugins/javaapp/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 20 Oct 2003 14:25:19 -0000 1.3 +++ index.xml 16 Nov 2004 12:20:17 -0000 1.4 @@ -1,16 +1,21 @@ <?xml version="1.0"?> +<!DOCTYPE project [ + <!ENTITY ouml "ö"> +]> + <document> <properties> <title>Maven Java Application Plug-in</title> <author email="sie...@it...">Siegfried Goeschl</author> + <author email="joe...@gm...">Jörg Schaible</author> </properties> <body> <section name="Maven Java Application Plug-in"> <p> This plug-in provides support for creating, installing and running - an executable JAR for Maven 1.0 Beta 10. + an executable JAR for Maven 1.0. </p> <p> The plug-in is used on Windows 2000 and SUSE Linux 8.1 therefore 1.4 +6 -4 maven-plugins/javaapp/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 21 Oct 2003 16:20:57 -0000 1.3 +++ properties.xml 16 Nov 2004 12:20:17 -0000 1.4 @@ -56,9 +56,11 @@ <td>maven.javaapp.jar.exclude</td> <td>Yes</td> <td> - A comma seperated list of JAR ids to be excluded from the result, - e.g. "mail,servlet-api". The JAR ids must be therefore referenced - in the POM. + A comma seperated list of arifactIds to be excluded from the + result, e.g. "mail,servlet-api". The artifactIds must be therefore + referenced in the POM. The value is automatically set to a list + with the artifactId of all dependencies not of type jar and all + with a property <em>uberjar.bundle</em> set to <code>false</code>. </td> </tr> @@ -100,4 +102,4 @@ </table> </section> </body> -</document> \ No newline at end of file +</document> |
From: <jo...@us...> - 2004-11-16 11:13:43
|
joehni 04/11/16 03:13:36 Modified: javaapp maven.xml project.xml Log: Start SNAPSHOT for new version. Fix maven.xml. Revision Changes Path 1.2 +1 -1 maven-plugins/javaapp/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 13 Dec 2002 04:34:07 -0000 1.1 +++ maven.xml 16 Nov 2004 11:13:36 -0000 1.2 @@ -36,7 +36,7 @@ <copy file="${maven.build.dir}/${maven.final.name}.jar" - todir="${maven.repo.local}/maven/jars" + todir="${maven.repo.local}/${pom.groupId}/plugins" /> </goal> 1.9 +1 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 15 Oct 2004 11:17:33 -0000 1.8 +++ project.xml 16 Nov 2004 11:13:36 -0000 1.9 @@ -6,7 +6,7 @@ <id>maven-javaapp-plugin</id> <name>Java Application Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. --> |
From: Siegfried G. <wd...@us...> - 2004-10-28 10:15:38
|
wdsgoe 04/10/28 03:15:28 Log: Initial import Status: Vendor Tag: avendor Release Tags: arelease U maven-plugins/weblogic/plugin.jelly U maven-plugins/weblogic/plugin.properties U maven-plugins/weblogic/project.properties U maven-plugins/weblogic/project.xml U maven-plugins/weblogic/plugin-resources/weblogic.xml U maven-plugins/weblogic/xdocs/goals.xml U maven-plugins/weblogic/xdocs/index.xml U maven-plugins/weblogic/xdocs/navigation.xml U maven-plugins/weblogic/xdocs/properties.xml No conflicts created by this import |
From: Siegfried G. <wd...@us...> - 2004-10-28 10:01:23
|
wdsgoe 04/10/28 03:01:15 Log: Initial import Status: Vendor Tag: avendor Release Tags: arelease N maven-plugins/weblogic/plugin.jelly N maven-plugins/weblogic/plugin.properties N maven-plugins/weblogic/project.properties N maven-plugins/weblogic/project.xml N maven-plugins/weblogic/plugin-resources/weblogic.xml N maven-plugins/weblogic/xdocs/goals.xml N maven-plugins/weblogic/xdocs/index.xml N maven-plugins/weblogic/xdocs/navigation.xml N maven-plugins/weblogic/xdocs/properties.xml No conflicts created by this import |
From: Siegfried G. <wd...@us...> - 2004-10-28 08:56:38
|
wdsgoe 04/10/28 01:56:31 Removed: webtest/webtest/config sample.properties webtest/webtest/modules set.config.txt set.init.txt Log: Preparing release 0.9.1 |
From: Siegfried G. <wd...@us...> - 2004-10-28 08:54:50
|
wdsgoe 04/10/28 01:54:43 Modified: webtest project.xml Log: Preparing release 0.9.1 Revision Changes Path 1.15 +30 -2 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 15 Oct 2004 11:17:36 -0000 1.14 +++ project.xml 28 Oct 2004 08:54:43 -0000 1.15 @@ -14,6 +14,7 @@ <shortDescription>Maven 1.0 Plugin for Canoo WebTest</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> + <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:wd...@cv...:/cvsroot/maven-plugins:maven-plugins/webtest</connection> @@ -83,6 +84,19 @@ </dependency> <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>1.4.1</version> + </dependency> + + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.0</version> + <url>http://jakarta.apache.org/commons/cli/index.html</url> + </dependency> + + <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.4</version> @@ -90,6 +104,20 @@ </dependency> <dependency> + <groupId>groovy</groupId> + <artifactId>groovy</artifactId> + <version>1.0-beta-6</version> + <url>http://groovy.codehaus.org/</url> + </dependency> + + <dependency> + <groupId>httpunit</groupId> + <artifactId>httpunit</artifactId> + <version>1.6</version> + <url></url> + </dependency> + + <dependency> <groupId>jtidy</groupId> <artifactId>jtidy</artifactId> <version>4aug2000r7-dev</version> @@ -149,8 +177,8 @@ <targetPath>plugin-resources</targetPath> </resource> <resource> - <directory>${basedir}/webtest</directory> - <targetPath>webtest</targetPath> + <directory>${basedir}/sample</directory> + <targetPath>sample</targetPath> </resource> <resource> <directory>${basedir}</directory> |
From: Siegfried G. <wd...@us...> - 2004-10-28 08:52:27
|
wdsgoe 04/10/28 01:52:19 Modified: webtest/xdocs changes.xml how-to.xml index.xml properties.xml ssl.xml Log: Preparing release 0.9.1 Revision Changes Path 1.7 +10 -7 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 12 Oct 2004 13:25:32 -0000 1.6 +++ changes.xml 28 Oct 2004 08:52:18 -0000 1.7 @@ -7,21 +7,24 @@ <releases> - <release version="0.9.1" date="2004-08-10"> + <release version="0.9.1" date="2004-10-28"> <action dev="wdsgoe" type="update"> - Shipping the custom Canoo WebTest as plugin-resources since the can't be uploaded to IBIBLIOP + Updated to Canoo WebTest 543 </action> - <action dev="wdsgoe" type="add"> - Added a webtest:loop target + <action dev="wdsgoe" type="update"> + Shipping the custom Canoo WebTest libraries as plugin-resources since the can't be uploaded to IBIBLIOP + </action> + <action dev="wdsgoe" type="update"> + Removed the special handling for ANT targets in the JELLY script - hope this still works on UNIX?! </action> </release> - <release version="0.9.1" date="2004-08-10"> + <release version="0.9.0" date="2004-08-10"> <action dev="wdsgoe" type="update"> - Dropping JSTL in favour for XSLT and the the available XSL templates from Canoo + Dropping JSTL in favour for XSLT and the the available XSL templates from Canoo </action> <action dev="wdsgoe" type="add"> - Added a webtest:loop target + Added a webtest:loop target </action> </release> 1.7 +16 -1 maven-plugins/webtest/xdocs/how-to.xml Index: how-to.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/how-to.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- how-to.xml 12 Oct 2004 13:25:32 -0000 1.6 +++ how-to.xml 28 Oct 2004 08:52:18 -0000 1.7 @@ -21,7 +21,7 @@ <subsection name="How to run the all samples?"> <p> - Just go to the plugin directory and type "maven webtest". This + Just go to the "sample" directory of the plugin and type "maven webtest". This will execute all Canoo Webtest scripts and the resulting report is located in "target/docs/webtest-report.html" </p> @@ -54,6 +54,21 @@ HTTPUnit or Latka. </p> </subsection> + + <subsection name="Why does webtest:loop not stop at the first error?!"> + <p> + Well, this is bug since I do not explicitely set maven.webtest.config.haltonfailure + and maven.webtest.config.haltonerror to "true" to terminate the test run on the + first problems. + </p> + </subsection> + + <subsection name="How can get more/less output on my console?!"> + <p> + Nowadays Canoo WebTest use Log4J and the configuration file is located + in the ${plugin.dir}/plugin-resources/classes + </p> + </subsection> </section> 1.4 +1 -1 maven-plugins/webtest/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 18 Jul 2003 09:30:01 -0000 1.3 +++ index.xml 28 Oct 2004 08:52:18 -0000 1.4 @@ -11,7 +11,7 @@ <p> This plugin integrates the <a href="http://webtest.canoo.com">Canoo WebTest</a> - for MAVEN B10 just in case you have a webserver to test + for MAVEN 1.0 just in case you have a webserver to test </p> <subsection name="Canoo Webtest Software License"> 1.4 +0 -8 maven-plugins/webtest/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 18 Jul 2003 09:30:01 -0000 1.3 +++ properties.xml 28 Oct 2004 08:52:18 -0000 1.4 @@ -100,14 +100,6 @@ </td> </tr> <tr> - <td>maven.webtest.config.verbose</td> - <td>Yes</td> - <td>true</td> - <td> - Turns the verbose mode on/off - overwrite at your own risk - </td> - </tr> - <tr> <td>maven.webtest.config.saveresponse</td> <td>Yes</td> <td>true</td> 1.2 +2 -2 maven-plugins/webtest/xdocs/ssl.xml Index: ssl.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/ssl.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ssl.xml 5 Apr 2003 12:31:21 -0000 1.1 +++ ssl.xml 28 Oct 2004 08:52:18 -0000 1.2 @@ -25,12 +25,12 @@ <subsection name="Install the JSSE"> <p> - To enable SSL support in Java you need to download JSSE. Here you get + To enable SSL support in Java 1.3.x you need to download JSSE. Here you get the files "jcert.jar", "jnet.jar", "jsse.jar". </p> <p> - Copy them to the maven-webtest-x-y\jar directory. + Copy them to the maven-webtest-x-y\plugin-resources\lib directory. </p> </subsection> |
From: Siegfried G. <wd...@us...> - 2004-10-28 08:51:56
|
wdsgoe 04/10/28 01:51:49 Removed: webtest/webtest green_test.xml red_test.xml webtest.xml Log: Preparing release 0.9.1 |
From: Siegfried G. <wd...@us...> - 2004-10-28 08:51:20
|
wdsgoe 04/10/28 01:51:14 Modified: webtest plugin.properties Log: Preparing release 0.9.1 Revision Changes Path 1.6 +3 -3 maven-plugins/webtest/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.properties 12 Oct 2004 13:12:35 -0000 1.5 +++ plugin.properties 28 Oct 2004 08:51:14 -0000 1.6 @@ -39,10 +39,10 @@ maven.webtest.config.protocol = http maven.webtest.config.basepath = maven.webtest.config.summary = true -maven.webtest.config.verbose = true maven.webtest.config.saveresponse = true maven.webtest.config.resultpath = ${basedir}/target/webtest -maven.webtest.config.resultfile = +maven.webtest.config.resultfile = webtest-raw-report.xml maven.webtest.config.haltonfailure = false maven.webtest.config.haltonerror = false -maven.webtest.config.showhtmlparseroutput = true \ No newline at end of file +maven.webtest.config.showhtmlparseroutput = true +maven.webtest.config.autorefresh = true \ No newline at end of file |