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/07/09 10:53:06 UTC

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

Author: bodewig
Date: Fri Jul  9 08:53:05 2010
New Revision: 962450

URL: http://svn.apache.org/viewvc?rev=962450&view=rev
Log:
split test and build of Chaperon block

Modified:
    gump/metadata/project/cocoon22.xml

Modified: gump/metadata/project/cocoon22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon22.xml?rev=962450&r1=962449&r2=962450&view=diff
==============================================================================
--- gump/metadata/project/cocoon22.xml (original)
+++ gump/metadata/project/cocoon22.xml Fri Jul  9 08:53:05 2010
@@ -56,7 +56,9 @@
     <depend project="cocoon22-blocks-modules"/>
     <mvn separateLocalRepository="cocoon22"
          basedir="blocks/cocoon-chaperon/cocoon-chaperon-impl"
-         goal="install"/>
+         goal="install">
+      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
     <depend project="cocoon22-core"/>
     <option project="castor-reactor"/>
     <option project="cocoon22-pipeline-impl"/>
@@ -68,6 +70,14 @@
          id="cocoon-chaperon-impl"/>
   </project>
 
+  <project name="cocoon22-chaperon-impl-test">
+    <depend project="cocoon22-chaperon-impl"/>
+    <mvn separateLocalRepository="cocoon22"
+         basedir="blocks/cocoon-chaperon/cocoon-chaperon-impl"
+         goal="test"/>
+    <junitreport nested="blocks/cocoon-chaperon/cocoon-chaperon-impl/target/surefire-reports"/>
+  </project>
+
   <project name="cocoon22-flowscript-impl">
     <depend project="cocoon22-blocks-modules"/>
     <mvn separateLocalRepository="cocoon22"