Skip to content

Commit cbdd09a

Browse files
committed
relative
1 parent 92a4420 commit cbdd09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6011,7 +6011,7 @@ protected final JavadocOptions buildJavadocOptions() throws IOException {
60116011
options.setTags(toList(tags));
60126012

60136013
if (getProject() != null && getJavadocDirectory() != null) {
6014-
Path basedir = getProject().getBasedir().toPath().toAbsolutePath();
6014+
Path basedir = getProject().getBasedir().toPath();
60156015
Path javadocDirectory = getJavadocDirectory().toPath().toAbsolutePath();
60166016
Path javadocResourcesDirectory = basedir.relativize(javadocDirectory);
60176017
options.setJavadocResourcesDirectory(javadocResourcesDirectory.toString());

0 commit comments

Comments
 (0)