diff options
-rw-r--r-- | t7-debug.sh | 2 | ||||
-rw-r--r-- | t7.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t7-debug.sh b/t7-debug.sh index dd42c220e..40e39724a 100644 --- a/t7-debug.sh +++ b/t7-debug.sh @@ -1,2 +1,2 @@ set -x -mvnDebug tomcat7:run -pl :archiva-webapp-js -am $@ +mvnDebug tomcat7:run -pl :archiva-webapp -am $@ @@ -1,2 +1,2 @@ set -x -mvn tomcat7:run -pl :archiva-webapp-js -am $@ +mvn tomcat7:run -pl :archiva-webapp -am $@ |