summaryrefslogtreecommitdiffstats
path: root/t7.sh
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-07-09 07:28:41 +0000
committerOlivier Lamy <olamy@apache.org>2012-07-09 07:28:41 +0000
commit062c6ef8bce1c0fb577b20c395bcd76b813dd208 (patch)
tree58905626c14aa05d4d8cadefe8c4c8131fb19022 /t7.sh
parent35c58406a80d76fe13da917ab7eaf70e117f0489 (diff)
downloadarchiva-062c6ef8bce1c0fb577b20c395bcd76b813dd208.tar.gz
archiva-062c6ef8bce1c0fb577b20c395bcd76b813dd208.zip
possiblity to pass args in t7.sh
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1358943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 't7.sh')
-rw-r--r--t7.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t7.sh b/t7.sh
index 6e82cc60b..ad1c5b9e2 100644
--- a/t7.sh
+++ b/t7.sh
@@ -1 +1,2 @@
-mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev
+set -x
+mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev $@