fix save fingers script due to module rename

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-27 14:55:26 +00:00
parent 708a34f1f2
commit 7577e83194
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
set -x
mvnDebug tomcat7:run -pl :archiva-webapp-js -am $@
mvnDebug tomcat7:run -pl :archiva-webapp -am $@

2
t7.sh
View File

@ -1,2 +1,2 @@
set -x
mvn tomcat7:run -pl :archiva-webapp-js -am $@
mvn tomcat7:run -pl :archiva-webapp -am $@