You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/03 23:35:57 UTC

svn commit: r673823 - /continuum/trunk/continuum-base/continuum-configuration/pom.xml

Author: olamy
Date: Thu Jul  3 14:35:56 2008
New Revision: 673823

URL: http://svn.apache.org/viewvc?rev=673823&view=rev
Log:
disable temporary units to fix build on vmbuild

Modified:
    continuum/trunk/continuum-base/continuum-configuration/pom.xml

Modified: continuum/trunk/continuum-base/continuum-configuration/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-base/continuum-configuration/pom.xml?rev=673823&r1=673822&r2=673823&view=diff
==============================================================================
--- continuum/trunk/continuum-base/continuum-configuration/pom.xml (original)
+++ continuum/trunk/continuum-base/continuum-configuration/pom.xml Thu Jul  3 14:35:56 2008
@@ -32,6 +32,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <!-- FIXME  remove with this module will be really used -->
+          <skipTests>true</skipTests>
           <systemProperties>
             <property>
               <name>appserver.base</name>