Author: rdonkin
Date: Sat Feb 21 15:47:40 2009
New Revision: 746529
URL: http://svn.apache.org/viewvc?rev=746529&view=rev
Log:
Include aggregate on site. JSIEVE-48
https://issues.apache.org/jira/browse/JSIEVE-48
Modified:
james/jsieve/trunk/pom.xml
james/jsieve/trunk/src/site/site.xml
Modified: james/jsieve/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=746529&r1=746528&r2=746529&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Sat Feb 21 15:47:40 2009
@@ -111,6 +111,13 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
Modified: james/jsieve/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/src/site/site.xml?rev=746529&r1=746528&r2=746529&view=diff
==============================================================================
--- james/jsieve/trunk/src/site/site.xml (original)
+++ james/jsieve/trunk/src/site/site.xml Sat Feb 21 15:47:40 2009
@@ -41,7 +41,8 @@
<item name="Main" href="http://james.apache.org/jsieve/main/index.html"
/>
<item name="Mailet"
href="http://james.apache.org/jsieve/mailet/index.html" />
<item name="Util" href="http://james.apache.org/jsieve/util/index.html"
/>
- <item name="Changes"
href="http://james.apache.org/jsieve/jira-report.html" />
+ <item name="Changes"
href="http://james.apache.org/jsieve/jira-report.html" />
+ <item name="JavaDocs"
href="http://james.apache.org/jsieve/apidocs/index.html" />
<item name="RFC 2234 (ABNF)"
href="http://www.ietf.org/rfc/rfc2234.txt" />
<item name="RFC 2244 (ACAP)"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]