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 00:42:18 UTC

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

Author: sebb
Date: Tue Sep 15 22:42:18 2009
New Revision: 815535

URL: http://svn.apache.org/viewvc?rev=815535&view=rev
Log:
Add remaining manifest default 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=815535&r1=815534&r2=815535&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Sep 15 22:42:18 2009
@@ -531,6 +531,14 @@
                 <phase>package</phase>
               </execution>
             </executions>
+            <configuration>
+              <archive>
+                <manifest>
+                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                </manifest>
+              </archive>
+            </configuration>
           </plugin>
           <plugin>
             <artifactId>maven-release-plugin</artifactId>