Skip to content

Commit c7bd49e

Browse files
committed
Fix javadoc build
Not entirely sure why I have to manually specify javadoc path
1 parent 1572c6c commit c7bd49e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-javadoc-plugin</artifactId>
149149
<version>2.10.1</version>
150+
<configuration>
151+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
152+
</configuration>
150153
<executions>
151154
<execution>
152155
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)