Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.5
-
Labels:None
-
Number of attachments :4
Description
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).
-
- 20080520-maven-javadoc-plugin-external-resources.patch
- 20/May/08 4:11 AM
- 21 kB
- Francois Fernandes
-
Hide
- 20080520-maven-javadoc-plugin-external-resources-integration-tests.zip
- 20/May/08 4:11 AM
- 6 kB
- Francois Fernandes
-
- src/it/extra-resources/goals.txt 0.0 kB
- src/it/extra-resources/pom.xml 0.8 kB
- src/it/extra-resources/res1/pom.xml 0.5 kB
- src/it/.../resources/file1.txt 0.0 kB
- src/it/extra-resources/res2/pom.xml 0.5 kB
- src/it/.../resources/file2.txt 0.0 kB
- src/it/extra-resources/test/pom.xml 2 kB
- src/it/.../test/TestClass.java 0.1 kB
- src/it/extra-resources/verify.bsh 2 kB
Show- 20080520-maven-javadoc-plugin-external-resources-integration-tests.zip
- 20/May/08 4:11 AM
- 6 kB
- Francois Fernandes
-
- 20080530-maven-javadoc-plugin-external-resources.patch
- 30/May/08 10:07 AM
- 8 kB
- Francois Fernandes
-
Hide
- 20080530-maven-javadoc-plugin-external-resources-integration-tests.zip
- 30/May/08 10:07 AM
- 39 kB
- Francois Fernandes
-
- src/it/MJAVADOC-126/build.log 8 kB
- src/it/MJAVADOC-126/goals.txt 0.0 kB
- src/it/MJAVADOC-126/pom.xml 0.7 kB
- src/it/MJAVADOC-126/res1/pom.xml 0.5 kB
- src/it/MJAVADOC-126/.../resources/file1.txt 0.0 kB
- src/it/MJAVADOC-126/.../classes/file1.txt 0.0 kB
- src/it/.../maven-archiver/pom.properties 0.1 kB
- src/it/.../target/res1-1.0-SNAPSHOT.jar 1 kB
- src/it/MJAVADOC-126/res2/pom.xml 0.5 kB
- src/it/MJAVADOC-126/.../resources/file2.txt 0.0 kB
- src/it/MJAVADOC-126/.../classes/file2.txt 0.0 kB
- src/it/.../maven-archiver/pom.properties 0.1 kB
- src/it/.../target/res2-1.0-SNAPSHOT.jar 1 kB
- src/it/MJAVADOC-126/test/pom.xml 2 kB
- src/it/MJAVADOC-126/.../test/TestClass.java 0.1 kB
- src/it/MJAVADOC-126/.../test/TestClass.class 0.3 kB
- src/it/.../maven-archiver/pom.properties 0.1 kB
- src/it/.../apidocs/allclasses-frame.html 0.8 kB
- src/it/.../apidocs/allclasses-noframe.html 0.8 kB
- src/it/.../apidocs/constant-values.html 5 kB
- src/it/.../apidocs/deprecated-list.html 5 kB
- src/it/MJAVADOC-126/.../apidocs/file1.txt 0.0 kB
- src/it/MJAVADOC-126/.../apidocs/file2.txt 0.0 kB
- src/it/.../apidocs/help-doc.html 9 kB
- src/it/.../apidocs/index-all.html 5 kB
- src/it/MJAVADOC-126/.../apidocs/index.html 1 kB
- src/it/MJAVADOC-126/.../apidocs/javadoc.bat 0.1 kB
- src/it/MJAVADOC-126/.../META-INF/MANIFEST.MF 0.1 kB
- src/it/MJAVADOC-126/.../res1/pom.properties 0.1 kB
- src/it/MJAVADOC-126/.../test/res1/pom.xml 0.5 kB
Show- 20080530-maven-javadoc-plugin-external-resources-integration-tests.zip
- 30/May/08 10:07 AM
- 39 kB
- Francois Fernandes
Activity
Hide
Francois Fernandes
added a comment -
- updated the patch to meet the current trunk.
- renamed the extra-resources integration test to
MJAVADOC-126
Show
Francois Fernandes
added a comment -
updated the patch to meet the current trunk.
renamed the extra-resources integration test to MJAVADOC-126
Show
Vincent Siveton
added a comment - Fixed in r662003, snapshot deployed. Thanks!
Hide
Julien Eluard
added a comment -
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?
Show
Julien Eluard
added a comment - 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?
I have the same problem. Attached to this Issue you'll find two files: