-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix problem with maven-javadoc-plugin #220
Comments
keilw
changed the title
Make better use of maven-javadoc-plugin
Fix problem with maven-javadoc-plugin
Feb 12, 2021
keilw
added a commit
that referenced
this issue
Feb 12, 2021
keilw
added a commit
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement.github.io
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement-jbake
that referenced
this issue
Feb 12, 2021
keilw
added a commit
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement.github.io
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement-jbake
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement.github.io
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement-jbake
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement-jbake
that referenced
this issue
Feb 12, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement.github.io
that referenced
this issue
Feb 12, 2021
keilw
added a commit
that referenced
this issue
Feb 13, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement.github.io
that referenced
this issue
Feb 21, 2021
keilw
added a commit
to unitsofmeasurement/unitsofmeasurement-jbake
that referenced
this issue
Feb 21, 2021
keilw
added a commit
that referenced
this issue
May 1, 2021
220: Fix problem with maven-javadoc-plugin Task-Url: #220
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since around July 2020, the maven-javadoc-plugin does not work properly both in a local environment and on the CI server.
That results in an empty
unit-api-X.Y.Z-SNAPSHOT-javadoc.jar
being generated.At the moment the only workaround is to define
source
prior to Java 9 in the maven-javadoc-plugin, seeassertj/assertj#1403 (comment)
Indriya does not seem affected, so another possible approach could be to also switch the API to the
maven-toolchain-plugin
, but that would add further complexity.If there is a new version of the Maven JavaDoc Plugin soon, that addresses these problems, it might be the easier way, otherwise we might have to apply the toolchain plugin here as well.
The text was updated successfully, but these errors were encountered: