jira-importer commented on issue #986:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/986#issuecomment-2957366280

   **[Siveton 
Vincent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=siveton)** 
commented
   
   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>
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to