From 7577e831945c8e50a0bd6ce2fc5f1e6a03cc7f01 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 27 Dec 2012 14:55:26 +0000 Subject: [PATCH] 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 --- t7-debug.sh | 2 +- 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 $@ diff --git a/t7.sh b/t7.sh index 265abe829..de6224b53 100644 --- a/t7.sh +++ b/t7.sh @@ -1,2 +1,2 @@ set -x -mvn tomcat7:run -pl :archiva-webapp-js -am $@ +mvn tomcat7:run -pl :archiva-webapp -am $@