You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/09/16 01:16:30 UTC

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

Author: sebb
Date: Tue Sep 15 23:16:29 2009
New Revision: 815557

URL: http://svn.apache.org/viewvc?rev=815557&view=rev
Log:
COMMONSSITE-38 Ensure all javadocs have manifest 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=815557&r1=815556&r2=815557&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Sep 15 23:16:29 2009
@@ -557,6 +557,12 @@
                 <phase>package</phase>
                 <configuration>
                   <source>${maven.compile.source}</source>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                  </archive>
                 </configuration>
               </execution>
             </executions>