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>