diff --git a/webserver/plugin.jelly b/webserver/plugin.jelly index d6139ed3..34aa5a06 100644 --- a/webserver/plugin.jelly +++ b/webserver/plugin.jelly @@ -64,10 +64,6 @@ value="${maven.webserver.root.path}" /> - - - - installed @@ -143,7 +139,7 @@ description="Start or restart a webserver instance"> - + diff --git a/webserver/plugin.properties b/webserver/plugin.properties index cb5f242b..81c6a67f 100644 --- a/webserver/plugin.properties +++ b/webserver/plugin.properties @@ -39,17 +39,6 @@ maven.webserver.dir=${basedir}/server # maven.webserver.conf.dir=${maven.conf.dir}/webserver/${maven.webserver.fullname} -# -# files in an 'includes' pattern to include when controlling the server -# For example, if you have classes in your classpath you would like to -# include when starting the server, you could use -# maven.webserver.classpath=${java.class.path} -# paths can be absolute or relative to ${maven.webserver.dir} as that is -# where a jvm will be started. This is common for libraries that need sharing -# across all webapps installed in the server -# -maven.webserver.classpath= - # # The host name, used when configuring, defaults to localhost # diff --git a/webserver/src/plugin-resources/apache-2.x.jelly b/webserver/src/plugin-resources/apache-2.x.jelly index abad4fbf..1d82985f 100644 --- a/webserver/src/plugin-resources/apache-2.x.jelly +++ b/webserver/src/plugin-resources/apache-2.x.jelly @@ -42,7 +42,6 @@ ${maven.webserver.conf.dir}/conf/httpd.conf -