Author: matzew
Date: Wed Jan 31 10:22:40 2007
New Revision: 501935
URL: http://svn.apache.org/viewvc?view=rev&rev=501935
Log:
for what ever reasons, Jeannes' rules now work here as well...
Modified:
incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml
Modified: incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml?view=diff&rev=501935&r1=501934&r2=501935
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-api/pom.xml Wed Jan 31 10:22:40
2007
@@ -38,6 +38,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
<executions>
<execution>
<goals>