From: olivier lamy Date: Fri, 16 Jun 2017 23:36:51 +0000 (+1000) Subject: add save fingers jetty scripts X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c6d882dfdc373010380f6aff3c36cc6404b2e942;p=archiva.git add save fingers jetty scripts Signed-off-by: olivier lamy --- diff --git a/jetty-debug.sh b/jetty-debug.sh new file mode 100644 index 000000000..62c3af40b --- /dev/null +++ b/jetty-debug.sh @@ -0,0 +1 @@ +mvnDebug jetty:run -pl :archiva-webapp -am diff --git a/jetty.sh b/jetty.sh new file mode 100644 index 000000000..9bad796b4 --- /dev/null +++ b/jetty.sh @@ -0,0 +1 @@ +mvn jetty:run -pl :archiva-webapp -am