MPANT-8. Use relative path for javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
873540d973
commit
c632de9a13
@ -253,7 +253,6 @@
|
|||||||
|
|
||||||
<target
|
<target
|
||||||
name="javadoc"
|
name="javadoc"
|
||||||
depends="jar"
|
|
||||||
description="o Generate javadoc">
|
description="o Generate javadoc">
|
||||||
|
|
||||||
|
|
||||||
@ -275,7 +274,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<javadoc
|
<javadoc
|
||||||
sourcepath="${pom.build.sourceDirectory}"
|
sourcepath="${srcDir}"
|
||||||
packagenames="${pom.package}.*"
|
packagenames="${pom.package}.*"
|
||||||
destdir="$${javadocdir}"
|
destdir="$${javadocdir}"
|
||||||
author="true"
|
author="true"
|
||||||
|
|||||||
@ -8,6 +8,9 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<release version="1.6" date="in CVS">
|
<release version="1.6" date="in CVS">
|
||||||
|
<action dev="evenisse" type="fix" issue="MPANT-8">
|
||||||
|
Use relative path for javadoc.
|
||||||
|
</action>
|
||||||
<action dev="dion" type="fix">
|
<action dev="dion" type="fix">
|
||||||
Check unit test source dir exists before making relative path
|
Check unit test source dir exists before making relative path
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user