You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/05/08 20:34:19 UTC

svn commit: r654597 - /activemq/camel/trunk/camel-core/pom.xml

Author: jstrachan
Date: Thu May  8 11:33:27 2008
New Revision: 654597

URL: http://svn.apache.org/viewvc?rev=654597&view=rev
Log:
fixed site build

Modified:
    activemq/camel/trunk/camel-core/pom.xml

Modified: activemq/camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/pom.xml?rev=654597&r1=654596&r2=654597&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/pom.xml (original)
+++ activemq/camel/trunk/camel-core/pom.xml Thu May  8 11:33:27 2008
@@ -18,9 +18,9 @@
 -->
 
 <project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xmlns="http://maven.apache.org/POM/4.0.0">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-	  <version>${spring-version}</version>  
+      <version>${spring-version}</version>
       <optional>true</optional>
       <scope>compile</scope>
     </dependency>
@@ -122,6 +122,88 @@
     </plugins>
   </build>
 
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <links>
+            <link>
+              http://java.sun.com/j2se/1.5.0/docs/api/
+            </link>
+            <link>
+              http://java.sun.com/j2ee/1.4/docs/api/
+            </link>
+            <link>
+              http://jakarta.apache.org/commons/logging/apidocs/
+            </link>
+            <link>
+              http://jakarta.apache.org/commons/pool/apidocs/
+            </link>
+            <link>
+              http://junit.sourceforge.net/javadoc/
+            </link>
+            <link>
+              http://logging.apache.org/log4j/docs/api/
+            </link>
+          </links>
+          <stylesheetfile>
+            ${basedir}/../etc/css/stylesheet.css
+          </stylesheetfile>
+          <linksource>true</linksource>
+          <maxmemory>256m</maxmemory>
+          <source>1.5</source>
+
+          <groups>
+            <group>
+              <title>Camel API</title>
+              <packages>org.apache.camel</packages>
+            </group>
+            <group>
+              <title>Fluent API (DSL) for building EIP rules</title>
+              <packages>org.apache.camel.builder:org.apache.camel.builder.*</packages>
+            </group>
+            <group>
+              <title>The bean and JAXB2 model for EIP rule definitions</title>
+              <packages>org.apache.camel.model:org.apache.camel.model.*</packages>
+            </group>
+            <group>
+              <title>Strategy APIs for implementors extend Camel</title>
+              <packages>org.apache.camel.spi</packages>
+            </group>
+            <group>
+              <title>Language APIs and plugins for Expressions and Predicates</title>
+              <packages>org.apache.camel.language:org.apache.camel.language.*</packages>
+            </group>
+            <group>
+              <title>Processors to implement the Enterprise Integration Patterns</title>
+              <packages>org.apache.camel.processor:org.apache.camel.processor.*</packages>
+            </group>
+            <group>
+              <title>Camel Components</title>
+              <packages>org.apache.camel.component.*</packages>
+            </group>
+            <group>
+              <title>Camel Runtime</title>
+              <packages>org.apache.camel.impl:org.apache.camel.impl.*</packages>
+            </group>
+            <group>
+              <title>Type conversion helper classes</title>
+              <packages>org.apache.camel.converter:org.apache.camel.converter.*</packages>
+            </group>
+            <group>
+              <title>Utility classes</title>
+              <packages>org.apache.camel.util:org.apache.camel.util.*:org.apache.camel.view</packages>
+            </group>
+          </groups>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+
   <profiles>
     <profile>
       <activation>
@@ -196,12 +278,12 @@
                   <packages>org.apache.camel.model:org.apache.camel.model.*</packages>
                 </group>
                 <group>
-                  <title>Strategy APIs for implementors  extend Camel</title>
+                  <title>Strategy APIs for implementors extend Camel</title>
                   <packages>org.apache.camel.spi</packages>
                 </group>
                 <group>
                   <title>Language APIs and plugins for Expressions and Predicates</title>
-                  <packages>org.apache.camel.language:org.apache.camel.language.*	</packages>
+                  <packages>org.apache.camel.language:org.apache.camel.language.*</packages>
                 </group>
                 <group>
                   <title>Processors to implement the Enterprise Integration Patterns</title>