>You can add them with this:
>
> <plugin>
>   <groupId></groupId>
>   <artifactId></artifactId>
>   <configuration>
>    <manifest>
>      
> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
>      
> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
>     </manifest>
>   </configuration>
> </plugin>

Added the following:

 <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <manifest>
           
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
           
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
          </manifest>
        </configuration>
</plugin>

But with no luck. I'm using latest released plugins. Would I need to use
some snapshot plugins to get this working?


-- 
View this message in context: 
http://www.nabble.com/-ANN--JAR-Plugin-v-2.1-Released-tf2199279.html#a6137013
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to