You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/25 11:40:27 UTC

svn commit: r569648 - in /activemq/camel/trunk: pom.xml tests/camel-itest/pom.xml

Author: jstrachan
Date: Sat Aug 25 02:40:27 2007
New Revision: 569648

URL: http://svn.apache.org/viewvc?rev=569648&view=rev
Log:
attempt to fix the mvn site nightly build

Modified:
    activemq/camel/trunk/pom.xml
    activemq/camel/trunk/tests/camel-itest/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=569648&r1=569647&r2=569648&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Sat Aug 25 02:40:27 2007
@@ -779,11 +779,15 @@
               <artifactId>maven-pmd-plugin</artifactId>
             </plugin>
       -->
+<!--
+      TODO temporarily disabled as maven site is failing
+      
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
+-->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>

Modified: activemq/camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest/pom.xml?rev=569648&r1=569647&r2=569648&view=diff
==============================================================================
--- activemq/camel/trunk/tests/camel-itest/pom.xml (original)
+++ activemq/camel/trunk/tests/camel-itest/pom.xml Sat Aug 25 02:40:27 2007
@@ -110,21 +110,5 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
-
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
-          <childDelegation>false</childDelegation>
-          <useFile>true</useFile>
-          <includes>
-            <include>**/*Test.*</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>