You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2016/08/16 01:07:26 UTC

svn commit: r1756460 - in /tomcat/maven-plugin/trunk/tomcat8-maven-plugin: pom.xml src/it/simple-war-exec-project/pom.xml

Author: olamy
Date: Tue Aug 16 01:07:26 2016
New Revision: 1756460

URL: http://svn.apache.org/viewvc?rev=1756460&view=rev
Log:
temporary disable this test as it looks to fail on windauze env, first is to fix tomcat8 support

Modified:
    tomcat/maven-plugin/trunk/tomcat8-maven-plugin/pom.xml
    tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml

Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat8-maven-plugin/pom.xml?rev=1756460&r1=1756459&r2=1756460&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat8-maven-plugin/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat8-maven-plugin/pom.xml Tue Aug 16 01:07:26 2016
@@ -292,9 +292,10 @@
 
       <build>
         <plugins>
+          <!-- For integration tests the plugin needs to be installed before
+               the integration tests are executed -->
+          <!--
           <plugin>
-            <!-- For integration tests the plugin needs to be installed before
-                 the integration tests are executed -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-install-plugin</artifactId>
             <executions>
@@ -334,6 +335,7 @@
               </execution>
             </executions>
           </plugin>
+          -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>

Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml?rev=1756460&r1=1756459&r2=1756460&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml Tue Aug 16 01:07:26 2016
@@ -66,7 +66,7 @@
             <phase>package</phase>
             <configuration>
               <path>foo</path>
-              <serverXml>src/main/tomcatconf/server.xml</serverXml>
+              <serverXml>${basedir}/src/main/tomcatconf/server.xml</serverXml>
             </configuration>
           </execution>
         </executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org