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 2007/10/11 08:43:36 UTC

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

Author: reinhard
Date: Wed Oct 10 23:43:35 2007
New Revision: 583698

URL: http://svn.apache.org/viewvc?rev=583698&view=rev
Log:
since site/pom.xml doesn't extend parent/pom.xml directly, the profile has to be set twice :-(

Modified:
    cocoon/trunk/site/pom.xml

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?rev=583698&r1=583697&r2=583698&view=diff
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Wed Oct 10 23:43:35 2007
@@ -121,5 +121,20 @@
       </plugin>
     </plugins>
   </reporting>
+  
+  <profiles>
+    <profile>
+      <id>cocoon-docs-cleaner</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.cocoon</groupId>
+            <artifactId>cocoon-maven-docs-cleaner-plugin</artifactId>
+            <version>1.0.0-M1-SNAPSHOT</version>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>  
+  </profiles>
 
 </project>