You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/06/18 18:24:39 UTC

svn commit: r1351405 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml

Author: olamy
Date: Mon Jun 18 16:24:39 2012
New Revision: 1351405

URL: http://svn.apache.org/viewvc?rev=1351405&view=rev
Log:
fix use of tomcat7:run as now we use tomcat for unit tests

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml?rev=1351405&r1=1351404&r2=1351405&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml Mon Jun 18 16:24:39 2012
@@ -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>