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>


Reply via email to