You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/10 20:36:30 UTC

svn commit: r1181122 - /james/imap/trunk/pom.xml

Author: felixk
Date: Mon Oct 10 18:36:30 2011
New Revision: 1181122

URL: http://svn.apache.org/viewvc?rev=1181122&view=rev
Log:
Add javadoc generation for 'normal' site generation

Modified:
    james/imap/trunk/pom.xml

Modified: james/imap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=1181122&r1=1181121&r2=1181122&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Mon Oct 10 18:36:30 2011
@@ -316,7 +316,7 @@
                     <head>WARNING</head>
                   </tag>
                 </tags>
-                <source>1.5</source>
+                <source>${target.jdk}</source>
               </configuration>
               <reportSets>
                 <reportSet>
@@ -362,6 +362,41 @@
           </reportPlugins>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>site</phase>
+            <goals>
+              <goal>aggregate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <minmemory>256m</minmemory>
+          <maxmemory>1g</maxmemory>
+          <linksource>true</linksource>
+          <tags>
+            <tag>
+              <name>note</name>
+              <placement>a</placement>
+              <head>NOTE</head>
+            </tag>
+            <tag>
+              <name>todo</name>
+              <placement>a</placement>
+              <head>TODO</head>
+            </tag>
+            <tag>
+              <name>warning</name>
+              <placement>a</placement>
+              <head>WARNING</head>
+            </tag>
+          </tags>
+          <source>${target.jdk}</source>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org