Issue Details (XML | Word | Printable)

Key: MJAVADOC-126
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Siveton
Reporter: Julien S
Votes: 0
Watchers: 0
Operations

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

Add the ability to load the stylesheet from a jar (resource)

Created: 14/Jun/07 07:31 AM   Updated: 11/Sep/08 07:42 AM   Resolved: 31/May/08 06:26 AM
Return to search
Component/s: None
Affects Version/s: 2.2
Fix Version/s: 2.5

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive 20080520-maven-javadoc-plugin-external-resources-integration-tests.zip (6 kB)
2. Text File 20080520-maven-javadoc-plugin-external-resources.patch (21 kB)
3. Zip Archive 20080530-maven-javadoc-plugin-external-resources-integration-tests.zip (39 kB)
4. Text File 20080530-maven-javadoc-plugin-external-resources.patch (8 kB)



 Description  « Hide

Currently, the stylesheetfile has to be given as a path on the filesystem, which makes sharing quite difficult.
It would be nice to be able to retrieve it from a jar (like the checkstyle and the pmd plugins).



Francois Fernandes made changes - 20/May/08 04:11 AM
Francois Fernandes added a comment - 20/May/08 04:14 AM

I have the same problem. Attached to this Issue you'll find two files:


Francois Fernandes added a comment - 30/May/08 10:07 AM
  • updated the patch to meet the current trunk.
  • renamed the extra-resources integration test to MJAVADOC-126

Vincent Siveton added a comment - 31/May/08 06:26 AM

Fixed in r662003, snapshot deployed. Thanks!


Vincent Siveton made changes - 31/May/08 06:26 AM
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Fix Version/s 2.5 [ 14120 ]
Status Open [ 1 ] Closed [ 6 ]
Julien Eluard added a comment - 11/Sep/08 07:42 AM

This feature seems to work only when the parent of project configured references resourcesArtifact artifact as module.

In provided sample if I remove the modules section of root pom.xml, then run mvn clean javadoc:javadoc under test folder files are not correctly copied.
Is this the intended behavior?