You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2009/02/24 17:52:16 UTC

svn commit: r747427 - /commons/proper/commons-parent/trunk/pom.xml

Author: dennisl
Date: Tue Feb 24 16:52:15 2009
New Revision: 747427

URL: http://svn.apache.org/viewvc?rev=747427&view=rev
Log:
o Improve manifest in javadoc jar, by adding implementation and specification entries

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=747427&r1=747426&r2=747427&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Feb 24 16:52:15 2009
@@ -166,6 +166,12 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.5</version>
           <configuration>
+            <archive>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              </manifest>
+            </archive>
             <encoding>${commons.encoding}</encoding>
             <docEncoding>${commons.docEncoding}</docEncoding>
           </configuration>