]> source.dussan.org Git - archiva.git/commitdiff
fix use of tomcat7:run as now we use tomcat for unit tests
authorOlivier Lamy <olamy@apache.org>
Mon, 18 Jun 2012 16:24:39 +0000 (16:24 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 18 Jun 2012 16:24:39 +0000 (16:24 +0000)
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

index a0cd67adacdd2ac6e3e6b74a33ef4773dc1fb495..938de0576ddeeb68c69b970df8e29ac094c82dd8 100644 (file)
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-servlet-api</artifactId>
       <version>${tomcat7Version}</version>
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
           <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>