Skip to content

Commit

Permalink
Fixed wrong Java path in the javadoc maven plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Feb 3, 2019
1 parent fa8b51a commit 9b882a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9b882a7

Please sign in to comment.