Petals Distribution

Bump maven-javadoc-plugin to 3.2.0

Details

  • Description:

    Bump maven-javadoc-plugin to 3.2.0

  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Fri, 8 Jan 2021 - 10:59:52 +0100

Bumped in trunk

Show
Christophe DENEUX added a comment - Fri, 8 Jan 2021 - 10:59:52 +0100 Bumped in trunk
Hide
Christophe DENEUX added a comment - Tue, 27 Apr 2021 - 09:47:08 +0200 - edited

By default, the Maven Javadoc plugin look for the executable 'javadoc' into the directory "${java.home}/../bin".

The system property "java.home" is set with the path of the JRE that is:

  • ${JAVA_HOME}/jre for Java 8,
  • ${JAVA_HOME} for Java 11, no more sub-directory "jre". So the executable 'javadoc' can't be found and must be explicitly set (see svn#43763)
Show
Christophe DENEUX added a comment - Tue, 27 Apr 2021 - 09:47:08 +0200 - edited By default, the Maven Javadoc plugin look for the executable 'javadoc' into the directory "${java.home}/../bin". The system property "java.home" is set with the path of the JRE that is:
  • ${JAVA_HOME}/jre for Java 8,
  • ${JAVA_HOME} for Java 11, no more sub-directory "jre". So the executable 'javadoc' can't be found and must be explicitly set (see svn#43763)

People

Dates

  • Created:
    Fri, 8 Jan 2021 - 10:39:28 +0100
    Updated:
    Mon, 17 Apr 2023 - 12:21:13 +0200
    Resolved:
    Fri, 8 Jan 2021 - 10:59:52 +0100