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/05/14 13:32:24 UTC

svn commit: r537777 - /cocoon/trunk/tools/cocoon-maven-plugin/pom.xml

Author: reinhard
Date: Mon May 14 04:32:21 2007
New Revision: 537777

URL: http://svn.apache.org/viewvc?view=rev&rev=537777
Log:
move the Daisy plugin into a profile

Modified:
    cocoon/trunk/tools/cocoon-maven-plugin/pom.xml

Modified: cocoon/trunk/tools/cocoon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-maven-plugin/pom.xml?view=diff&rev=537777&r1=537776&r2=537777
==============================================================================
--- cocoon/trunk/tools/cocoon-maven-plugin/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-maven-plugin/pom.xml Mon May 14 04:32:21 2007
@@ -106,16 +106,7 @@
         <configuration>
           <goalPrefix>cocoon</goalPrefix>
         </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.daisycms</groupId>
-        <artifactId>daisy-maven-plugin</artifactId>
-        <configuration>        
-          <navDocId>1296</navDocId>
-          <collection>cdocs-maven-plugin</collection>          
-          <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
-        </configuration>
-      </plugin>        
+      </plugin>       
     </plugins>
   </build>
   
@@ -138,6 +129,25 @@
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.maven-plugin.relPath}</url>
     </site>
-  </distributionManagement>     
+  </distributionManagement> 
+  
+  <profiles>
+    <profile>
+      <id>daisy</id>
+      <build>
+        <plugins>
+		      <plugin>
+		        <groupId>org.daisycms</groupId>
+		        <artifactId>daisy-maven-plugin</artifactId>
+		        <configuration>        
+		          <navDocId>1296</navDocId>
+		          <collection>cdocs-maven-plugin</collection>          
+		          <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
+		        </configuration>
+		      </plugin> 
+        </plugins>
+      </build>      
+    </profile>
+  </profiles>          
    
 </project>