diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-09 07:28:41 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-09 07:28:41 +0000 |
commit | 062c6ef8bce1c0fb577b20c395bcd76b813dd208 (patch) | |
tree | 58905626c14aa05d4d8cadefe8c4c8131fb19022 /t7.sh | |
parent | 35c58406a80d76fe13da917ab7eaf70e117f0489 (diff) | |
download | archiva-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.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev +set -x +mvn tomcat7:run -pl :archiva-webapp-js -am -Pdev $@ |