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/02/27 22:59:47 UTC

svn commit: r512439 - in /cocoon/trunk: core/cocoon-pipeline/cocoon-pipeline-api/ core/cocoon-sitemap/cocoon-sitemap-api/ core/cocoon-sitemap/cocoon-sitemap-components/ core/cocoon-sitemap/cocoon-sitemap-impl/ core/cocoon-store/cocoon-store-impl/ core/...

Author: reinhard
Date: Tue Feb 27 13:59:46 2007
New Revision: 512439

URL: http://svn.apache.org/viewvc?view=rev&rev=512439
Log:
configure doc generation for all core submodules

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml
    cocoon/trunk/core/cocoon-util/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml
    cocoon/trunk/site/pom.xml

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Tue Feb 27 13:59:46 2007
@@ -23,7 +23,15 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-      </plugin>     
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
     </plugins>
   </build>  
   

Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Tue Feb 27 13:59:46 2007
@@ -19,25 +19,57 @@
 -->
 <!--+
     | @version $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>
+  <packaging>jar</packaging>
+  
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-sitemap-api</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon Sitemap API</name>
   <description>
     Interfaces for the sitemap: Processor, actions, modules, flow, matching,
     selection and some support interfaces for classloading, notification,
     processing and various support interfaces.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.sitemap-api.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.sitemap-api.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.sitemap-api.relPath}</url>
+    </site>
+  </distributionManagement>    
+  
   <dependencies>
     <!-- Cocoon -->
     <dependency>
@@ -71,4 +103,5 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  
 </project>

Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml Tue Feb 27 13:59:46 2007
@@ -19,24 +19,56 @@
 -->
 <!--+
     | @version $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>  
+  <packaging>jar</packaging>
+    
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-sitemap-components</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>Cocoon Sitemap Components</name>
+  <name>Cocoon Sitemap Components</name>  
   <description>
     Implementation of basic actions, modules, some sources, matchers
     and selectors that are used in most Cocoon webapps.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.sitemap-components.relPath}</url>      
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.sitemap-components.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.sitemap-components.relPath}</url>
+    </site>
+  </distributionManagement>    
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -48,7 +80,6 @@
       <artifactId>cocoon-pipeline-components</artifactId>
       <version>1.0.0-RC1-SNAPSHOT</version>
     </dependency>
-
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>

Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Tue Feb 27 13:59:46 2007
@@ -19,25 +19,57 @@
 -->
 <!--+
     | @version $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>  
+  <packaging>jar</packaging>    
+ 
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-sitemap-impl</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon Sitemap Implementation</name>
   <description>
     The tree processor implementation of the sitemap with dependencies.
     The Spring packages for Avalon support. Abstract base classes
     and support classes for making it easier to write sitemap components. 
   </description>
+  <url>http://cocoon.apache.org/${docs.m.sitemap-impl.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.sitemap-impl.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.sitemap-impl.relPath}</url>
+    </site>
+  </distributionManagement>     
+  
   <dependencies>
     <!-- Cocoon -->
     <dependency>
@@ -149,7 +181,6 @@
       <artifactId>spring-web</artifactId>
       <version>2.0.2</version>
     </dependency>
-     
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>

Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml Tue Feb 27 13:59:46 2007
@@ -1,19 +1,73 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<!--+
+    | @version $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>  
+  <packaging>jar</packaging>
+    
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-store-impl</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon Store Implementation</name>
   <description>
      Several components implementing of the Excalibur Store interface.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.store-impl.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.store-impl.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.store-impl.relPath}</url>
+    </site>
+  </distributionManagement>  
+    
   <dependencies>
     <!--  Cocoon  -->
     <dependency>
@@ -66,4 +120,5 @@
       </exclusions>
     </dependency>
   </dependencies>
+  
 </project>

Modified: cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml Tue Feb 27 13:59:46 2007
@@ -1,19 +1,73 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<!--+
+    | @version $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>
+  <packaging>jar</packaging>
+  
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-thread-api</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon Thread API</name>
   <description>
     Interfaces for thread factories and pools and for execution of background tasks.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.thread-api.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.thread-api.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.thread-api.relPath}</url>
+    </site>
+  </distributionManagement>   
+  
   <dependencies>
     <dependency>
       <groupId>concurrent</groupId>
@@ -21,4 +75,4 @@
       <version>1.3.4</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml Tue Feb 27 13:59:46 2007
@@ -1,20 +1,71 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <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>
+  <packaging>jar</packaging>
+  
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-thread-impl</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon Thread Implementation</name>
   <description>
    Implementation of thread pool and factory components.
    Implementation of a component for execution of background tasks.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.thread-impl.relPath}</url>      
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.thread-impl.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.thread-impl.relPath}</url>
+    </site>
+  </distributionManagement>     
+  
   <dependencies>
     <!--  Cocoon  -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-util/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-util/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-util/pom.xml (original)
+++ cocoon/trunk/core/cocoon-util/pom.xml Tue Feb 27 13:59:46 2007
@@ -1,18 +1,72 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<!--+
+    | @version $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>
+  <packaging>jar</packaging>
+  
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-core-modules</artifactId>
     <version>4-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-util</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon Util</name>
   <description>
     Utility classes.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.util.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.util.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.util.relPath}</url>
+    </site>
+  </distributionManagement>  
+  
   <dependencies>
     <!-- Excalibur -->
     <dependency>
@@ -54,4 +108,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  
 </project>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml Tue Feb 27 13:59:46 2007
@@ -19,21 +19,53 @@
 -->
 <!--+
     | @version $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>
+  <packaging>jar</packaging>
+  
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-xml-api</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon XML API</name>
   <description>
     DOMParser and SAXParser interface.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.xml-api.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.xml-api.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.xml-api.relPath}</url>
+    </site>
+  </distributionManagement>    
+  
 </project>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml Tue Feb 27 13:59:46 2007
@@ -35,6 +35,37 @@
   <description>
     Implementation of the DOMParser and SAXParser.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.xml-impl.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.xml-impl.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.xml-impl.relPath}</url>
+    </site>
+  </distributionManagement>    
+  
   <dependencies>
     <!-- Cocoon -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml Tue Feb 27 13:59:46 2007
@@ -19,23 +19,54 @@
 -->
 <!--+
     | @version $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>
+  <packaging>jar</packaging>
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-xml-resolver</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>Cocoon XML Resolver</name>
   <description>
     The Cocoon system resolver component together with default enteties.
   </description>
+  <url>http://cocoon.apache.org/${docs.m.xml-resolver.relPath}</url>    
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>        
+          <navDocId>0</navDocId>
+          <createSiteXmlOnly>true</createSiteXmlOnly>
+        </configuration>
+      </plugin>      
+    </plugins>
+  </build>  
+  
+  <properties>
+    <docs.name>${project.name}</docs.name>    
+    <docs.version>${docs.m.xml-resolver.version}</docs.version>
+  </properties>  
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.xml-resolver.relPath}</url>
+    </site>
+  </distributionManagement>
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?view=diff&rev=512439&r1=512438&r2=512439
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Tue Feb 27 13:59:46 2007
@@ -38,48 +38,11 @@
   <url>http://cocoon.apache.org</url>
 
   <modules>
-    <!-- Category sites -->
-    <module>cocoon-blocks-site</module>
-    <module>cocoon-core-site</module>
-    <module>cocoon-main-site</module>
-    <module>cocoon-subprojects-site</module>
-    <module>cocoon-maven-plugins-site</module>
-
-    <!-- Cocoon Blocks -->
-    <module>../blocks/cocoon-ajax/cocoon-ajax-impl</module>
-    <module>../blocks/cocoon-auth/cocoon-auth-impl</module>
-    <!--module>../blocks/cocoon-captcha/cocoon-captcha-impl</module-->
-    <module>../blocks/cocoon-flowscript/cocoon-flowscript-impl</module>
-    <module>../blocks/cocoon-fop/cocoon-fop-impl</module>
-    <module>../blocks/cocoon-forms/cocoon-forms-impl</module>
-    <!--module>../blocks/cocoon-javaflow/cocoon-javaflow-impl</module-->
-    <module>../blocks/cocoon-lucene/cocoon-lucene-impl</module>
-    <module>../blocks/cocoon-mail/cocoon-mail-impl</module>
-    <module>../blocks/cocoon-portal/cocoon-portal-impl</module>
-    <module>../blocks/cocoon-profiler/cocoon-profiler-impl</module>
-    <module>../blocks/cocoon-serializers/cocoon-serializers-impl</module>
-    <module>../blocks/cocoon-template/cocoon-template-impl</module>
-    <!--module>../blocks/cocoon-batik/cocoon-batik-impl</module>
-    <module>../blocks/cocoon-html/cocoon-html-impl</module>
-    <module>../blocks/cocoon-link-rewriter/cocoon-link-rewriter-impl</module>
-    <module>../blocks/cocoon-database/cocoon-database-impl</module>
-    <module>../blocks/cocoon-database/cocoon-hsqldb-server-impl/cocoon-hsqldb-server-impl</module>
-    <module>../blocks/cocoon-database/cocoon-hsqldb-client-impl/cocoon-hsqldb-client-impl</module-->
-
-    <!-- Subprojects -->
-    <module>../core/cocoon-configuration/cocoon-configuration-api</module>
-    <module>../core/cocoon-configuration/cocoon-spring-configurator</module>
-    <module>../core/cocoon-blocks-fw/cocoon-blocks-fw-impl</module>
-
-    <!-- Maven plugins -->
-    <module>../tools/cocoon-rcl/cocoon-rcl-plugin</module>
-
-    <!-- Core modules -->
     <module>../core/cocoon-core</module>
     <module>../core/cocoon-pipeline/cocoon-pipeline-api</module>
     <module>../core/cocoon-pipeline/cocoon-pipeline-impl</module>
     <module>../core/cocoon-pipeline/cocoon-pipeline-components</module>
-    <!--module>../core/cocoon-sitemap/cocoon-sitemap-api</module>
+    <module>../core/cocoon-sitemap/cocoon-sitemap-api</module>
     <module>../core/cocoon-sitemap/cocoon-sitemap-impl</module>
     <module>../core/cocoon-sitemap/cocoon-sitemap-components</module>
     <module>../core/cocoon-store/cocoon-store-impl</module>
@@ -88,7 +51,7 @@
     <module>../core/cocoon-util</module>
     <module>../core/cocoon-xml/cocoon-xml-api</module>
     <module>../core/cocoon-xml/cocoon-xml-impl</module>
-    <module>../core/cocoon-xml/cocoon-xml-resolver</module-->
+    <module>../core/cocoon-xml/cocoon-xml-resolver</module>
   </modules>
 
   <build>