From c78da219dcb5a50c0401741a46dfd62bc380da4a Mon Sep 17 00:00:00 2001 From: plynch Date: Thu, 27 Mar 2003 20:46:18 +0000 Subject: [PATCH] o maven.webserver.test.url is now optional. If not defined then we only test the socket to see if the server is started. If defined then both the socket and url must be valid. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113208 13f79535-47bb-0310-9956-ffa450edef68 --- webserver/plugin.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webserver/plugin.properties b/webserver/plugin.properties index 1d6ee200..1ea82a8e 100644 --- a/webserver/plugin.properties +++ b/webserver/plugin.properties @@ -56,9 +56,10 @@ maven.webserver.test.socket=${maven.webserver.port.http} # # The URL used to test the current running status of the webserver -# Default is the host and http port +# Default is left as null, so that only the socket is used to test if the server +# is started # -maven.webserver.test.url=http://${maven.webserver.host}:${maven.webserver.port.http}/index.html +# maven.webserver.test.url=http://${maven.webserver.host}:${maven.webserver.port.http}/index.html # # The root directory out of which you will server will serve your documents