Hi Vincent,

Author: vsiveton
Date: Sat Feb 28 14:27:12 2009
New Revision: 748858

URL: http://svn.apache.org/viewvc?rev=748858&view=rev
Log:
MJAVADOC-225: The plugin should be able to generate a jar of the aggregated 
javadoc

o created 2 goals
o updated documentation

Added:
    
maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AggregatorJavadocJar.java
   (with props)
    
maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AggregatorTestJavadocJar.java
   (with props)
[...]
+ * @version $Id$
+ * @since 2.5.1
+ * @goal aggregate-jar
+ * @phase package
+ * @aggregator
+ */
+public class AggregatorJavadocJar
+    extends JavadocJar

IMHO, these two new goals and the other new "fix" goal provide significant feature additions (not to mention the amount of underlying code) that would warrant calling the next release version 2.6 instead of 2.5.1. WDYT?


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to