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 2006/10/02 20:29:06 UTC

svn commit: r452165 - /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml

Author: reinhard
Date: Mon Oct  2 11:29:05 2006
New Revision: 452165

URL: http://svn.apache.org/viewvc?view=rev&rev=452165
Log:
add distribution configuration + properties

Modified:
    cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml?view=diff&rev=452165&r1=452164&r2=452165
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml Mon Oct  2 11:29:05 2006
@@ -51,7 +51,7 @@
       <artifactId>cocoon-flowscript-impl</artifactId>
       <version>1.0.0-M2-SNAPSHOT</version>
     </dependency>
-<!--  
+    <!--  
           Test dependencies
           TODO remove these when MNG-1378 is fixed, these are inherited from the root pom normally
      -->
@@ -86,7 +86,28 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/blocks/template/${docs.version}/</url>
+    </site>
+  </distributionManagement>
+  <properties>
+    <docs.name>Cocoon Template</docs.name>    
+    <docs.version>1.0</docs.version>
+  </properties>     
   <build>
+    <plugins>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>1216</navDocId>
+          <collection>cdocs-template</collection>          
+          <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
+        </configuration>
+      </plugin>         
+    </plugins>    
     <resources>
       <resource>
         <directory>src/main/resources</directory>