Author: wsmoak
Date: Tue Sep 26 22:24:39 2006
New Revision: 450320
URL: http://svn.apache.org/viewvc?view=rev&rev=450320
Log:
Add the default specification and implementation entries to the jar file
manifest, since the latest version of the jar plugin no longer does this.
STR-2952
Modified:
struts/struts1/trunk/pom.xml
Modified: struts/struts1/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=450320&r1=450319&r2=450320
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Tue Sep 26 22:24:39 2006
@@ -168,6 +168,17 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-4</version>
</plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>