[chore] Move Javadoc failures away from end-to-end test phase #408
Labels
area/infra
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/housekeeping
priority/p2
wontfix
This will not be worked on
Moved from #407 (comment)
Currently the maven-javadoc-plugin is bound to the
jar
goal, so it triggers when end-to-end tests runmvn package
.An end-to-end test phase is a frustrating time to fail on malformatted Javadoc… (and generating them is a bit of a waste of time outside of release preparation). Perhaps we can do something like:
mvn package
with-Dmaven.javadoc.skip
Or if you'd like for contributors to maintain error-free Javadoc proactively:
mvn package
with-Dmaven.javadoc.skip
Javadoc skip could be enabled by default in the root build, and disabled in a release profile.
The text was updated successfully, but these errors were encountered: