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
This commit is contained in:
plynch
2003-03-27 20:46:18 +00:00
parent 8365c48afc
commit c78da219dc

View File

@@ -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