mirror of https://github.com/apache/archiva.git
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:
parent
a4fb51e858
commit
98348095d8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue