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
|
||||
name="javadoc"
|
||||
depends="jar"
|
||||
description="o Generate javadoc">
|
||||
|
||||
|
||||
@ -275,7 +274,7 @@
|
||||
/>
|
||||
|
||||
<javadoc
|
||||
sourcepath="${pom.build.sourceDirectory}"
|
||||
sourcepath="${srcDir}"
|
||||
packagenames="${pom.package}.*"
|
||||
destdir="$${javadocdir}"
|
||||
author="true"
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
<body>
|
||||
|
||||
<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">
|
||||
Check unit test source dir exists before making relative path
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user