From 084f9a160b3ac462365cbb780f689a14a406f277 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 31 Jul 2012 08:17:40 +0000 Subject: [PATCH] add a fast script to run in debug mode git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367453 13f79535-47bb-0310-9956-ffa450edef68 --- t7-debug.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 t7-debug.sh diff --git a/t7-debug.sh b/t7-debug.sh new file mode 100644 index 000000000..741781a61 --- /dev/null +++ b/t7-debug.sh @@ -0,0 +1,2 @@ +set -x +mvnDebug tomcat7:run -pl :archiva-webapp-js -am -Pdev $@ -- 2.39.5