Issue Details (XML | Word | Printable)

Key: MJAVADOC-187
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Siveton
Reporter: SebbASF
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Javadoc Plugin

Javadoc jar manifest should contain Specification and Implementation details

Created: 10/May/08 11:28 AM   Updated: 25/May/08 06:51 AM   Resolved: 25/May/08 06:51 AM
Return to search
Component/s: None
Affects Version/s: 2.4
Fix Version/s: 2.5

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide

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



Wendy Smoak made changes - 10/May/08 11:39 AM
Field Original Value New Value
Key MSOURCES-35 MJAVADOC-187
Project Maven 2.x Source Plugin [ 11147 ] Maven 2.x Javadoc Plugin [ 11138 ]
Vincent Siveton made changes - 23/May/08 05:13 AM
Link This issue is related to MSOURCES-36 [ MSOURCES-36 ]
Vincent Siveton added a comment - 23/May/08 05:19 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>

Vincent Siveton made changes - 25/May/08 06:50 AM
Affects Version/s 2.4 [ 13630 ]
Fix Version/s 2.5 [ 14120 ]
Vincent Siveton added a comment - 25/May/08 06:51 AM

fixed in r659968, snapshot deployed.
Have a glance to Maven archiver reference before:
http://maven.apache.org/shared/maven-archiver/index.html


Vincent Siveton made changes - 25/May/08 06:51 AM
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]