From 98348095d80f2e942d05d83e1ce45f53877b22d7 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 18 Jun 2012 16:24:39 +0000 Subject: [PATCH] fix use of tomcat7:run as now we use tomcat for unit tests git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1351405 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index a0cd67ada..938de0576 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -633,7 +633,7 @@ org.apache.tomcat tomcat-servlet-api ${tomcat7Version} - provided + test @@ -770,7 +770,7 @@ ${tomcatRunPort} ${tomcatRunPath} ${tomcatContextXml} - true + false ${archivaAppServerBase} ${archivaAppServerBase} -- 2.39.5