[ 
http://jira.codehaus.org/browse/MJAVADOC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135864#action_135864
 ] 

Vincent Siveton commented on MJAVADOC-187:
------------------------------------------

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:
{noformat}
          <configuration>
            <archive>
              <manifest>
                
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
              </manifest>
            </archive>
          </configuration>
{noformat}

> Javadoc jar manifest should contain Specification and Implementation details
> ----------------------------------------------------------------------------
>
>                 Key: MJAVADOC-187
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-187
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>            Reporter: SebbASF
>            Priority: Minor
>
> The javadoc jar manifest should contain Specification and Implementation 
> details, e.g.:
> Implementation-Title: Commons SCXML
> Implementation-Vendor: The Apache Software Foundation
> Implementation-Vendor-Id: org.apache
> Implementation-Version: 0.8
> Specification-Title: Commons SCXML
> Specification-Vendor: The Apache Software Foundation
> Specification-Version: 0.8

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to