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
This commit is contained in:
Olivier Lamy 2012-06-18 16:24:39 +00:00
parent a4fb51e858
commit 98348095d8
1 changed files with 2 additions and 2 deletions

View File

@ -633,7 +633,7 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>${tomcat7Version}</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
@ -770,7 +770,7 @@
<port>${tomcatRunPort}</port>
<path>${tomcatRunPath}</path>
<contextFile>${tomcatContextXml}</contextFile>
<useTestClasspath>true</useTestClasspath>
<useTestClasspath>false</useTestClasspath>
<systemProperties>
<plexus.home>${archivaAppServerBase}</plexus.home>
<appserver.base>${archivaAppServerBase}</appserver.base>