|
Wendy Smoak made changes - 10/May/08 11:39 AM
Vincent Siveton made changes - 23/May/08 05:13 AM
Vincent Siveton made changes - 25/May/08 06:50 AM
fixed in r659968, snapshot deployed.
Vincent Siveton made changes - 25/May/08 06:51 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
We need to use MavenArchiveConfiguration similar to http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/AbstractJarMojo.java
This, the configuration will be:
<configuration> <archive> <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> </configuration>