Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r6432 - trunk/perfsonar-java-rrd-ma

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r6432 - trunk/perfsonar-java-rrd-ma


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6432 - trunk/perfsonar-java-rrd-ma
  • Date: Tue, 4 Jun 2013 16:20:57 +0100 (BST)
  • Authentication-results: sfpop-ironport02.merit.edu; dkim=neutral (message not signed) header.i=none

Author: dante.delvaux
Date: 2013-06-04 16:20:57 +0100 (Tue, 04 Jun 2013)
New Revision: 6432

Modified:
trunk/perfsonar-java-rrd-ma/pom.xml
Log:
RRD MA: overriding automatic call to maven-tomcat6 plugin.

Modified: trunk/perfsonar-java-rrd-ma/pom.xml
===================================================================
--- trunk/perfsonar-java-rrd-ma/pom.xml 2013-06-03 12:06:59 UTC (rev 6431)
+++ trunk/perfsonar-java-rrd-ma/pom.xml 2013-06-04 15:20:57 UTC (rev 6432)
@@ -101,6 +101,17 @@
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat6-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>run-war</id>
+ <!-- We disable the link to the integration-test
phase from the parent pom -->
+ <!-- (which is removed from later versions
anyway) This is temporary-->
+ <phase/>
+ <goals>
+ <goal>run-war</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>

</plugins>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6432 - trunk/perfsonar-java-rrd-ma, svn-noreply, 06/04/2013

Archive powered by MHonArc 2.6.16.

Top of Page