From dc9d35785fb89a936e86afc98ef6f9b1d05fdebf Mon Sep 17 00:00:00 2001 From: plynch Date: Fri, 2 May 2003 17:54:04 +0000 Subject: [PATCH] o changing extra port names to A, B, C from one, two,three o ultimately I would like to see them numbered 1-100 or something to be not so limited git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113391 13f79535-47bb-0310-9956-ffa450edef68 --- webserver/plugin.properties | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/webserver/plugin.properties b/webserver/plugin.properties index 1ea82a8e..c52fac5b 100644 --- a/webserver/plugin.properties +++ b/webserver/plugin.properties @@ -12,9 +12,12 @@ maven.webserver.port.http=80 maven.webserver.port.https=443 -# maven.webserver.port.one=8090 -# maven.webserver.port.two=8091 -# maven.webserver.port.three=8092 +# +# optional ports for other work +# +# maven.webserver.port.A= +# maven.webserver.port.B= +# maven.webserver.port.C= # # The host name, used when configuring, defaults to localhost