You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/03/27 00:04:16 UTC

svn commit: r641635 - /cocoon/trunk/site/pom.xml

Author: reinhard
Date: Wed Mar 26 16:04:15 2008
New Revision: 641635

URL: http://svn.apache.org/viewvc?rev=641635&view=rev
Log:
add integration-test fw to docs build

Modified:
    cocoon/trunk/site/pom.xml

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?rev=641635&r1=641634&r2=641635&view=diff
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Wed Mar 26 16:04:15 2008
@@ -17,9 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!--+
-    | @version $Id$
-    +-->
+<!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
@@ -109,6 +107,7 @@
     
         <!-- Maven plugins -->
         <module>../tools/cocoon-maven-plugin</module>
+        <module>../tools/cocoon-it-fw</module>        
     
         <!-- Core modules -->
         <module>../core/cocoon-expression-language/cocoon-expression-language-api</module>