You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/06 06:00:15 UTC

svn commit: r992934 - /gump/metadata/project/cocoon22.xml

Author: bodewig
Date: Mon Sep  6 04:00:15 2010
New Revision: 992934

URL: http://svn.apache.org/viewvc?rev=992934&view=rev
Log:
really skip tests

Modified:
    gump/metadata/project/cocoon22.xml

Modified: gump/metadata/project/cocoon22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon22.xml?rev=992934&r1=992933&r2=992934&view=diff
==============================================================================
--- gump/metadata/project/cocoon22.xml (original)
+++ gump/metadata/project/cocoon22.xml Mon Sep  6 04:00:15 2010
@@ -41,7 +41,7 @@
   <project name="cocoon22-chaperon-impl">
     <depend project="cocoon22-blocks-modules"/>
     <mvn basedir="blocks/cocoon-chaperon/cocoon-chaperon-impl" goal="install">
-      <property name="skipTests" value="true"/>
+      <property name="maven.test.skip.exec" value="true"/>
     </mvn>
     <depend project="cocoon22-core"/>
     <option project="castor-reactor"/>
@@ -185,7 +185,7 @@
   <project name="cocoon22-core">
     <depend project="cocoon22-core-modules"/>
     <mvn basedir="core/cocoon-core" goal="install">
-      <property name="skipTests" value="true"/>
+      <property name="maven.test.skip.exec" value="true"/>
     </mvn>
     <option project="cocoon22-block-deployment"/>
     <option project="cocoon22-configuration-api"/>
@@ -287,7 +287,7 @@
   <project name="cocoon22-pipeline-impl">
     <depend project="cocoon22-core-modules"/>
     <mvn basedir="core/cocoon-pipeline/cocoon-pipeline-impl" goal="install">
-      <property name="skipTests" value="true"/>
+      <property name="maven.test.skip.exec" value="true"/>
     </mvn>
     <option project="cocoon22-configuration-api"/>
     <option project="cocoon22-expression-language-api"/>