Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Fix javadoc generation#91

Merged
dziemba merged 1 commit into
masterfrom
fix-javadoc
Apr 14, 2022
Merged

Fix javadoc generation#91
dziemba merged 1 commit into
masterfrom
fix-javadoc

Conversation

@dziemba
Copy link
Copy Markdown
Member

@dziemba dziemba commented Apr 13, 2022

  • Specify javadoc target release to fix java version mismatch errors
  • Remove lots of workarounds that are no longer needed
  • Run javadoc in all profiles to catch errors during PR testing, not
    just before publishing a release

- Specify javadoc target release to fix java version mismatch errors
- Remove lots of workarounds that are no longer needed
- Run javadoc in all profiles to catch errors during PR testing, not
  just before publishing a release
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2022

Codecov Report

Merging #91 (94db54c) into master (c029a8b) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #91   +/-   ##
=========================================
  Coverage     70.20%   70.20%           
  Complexity      222      222           
=========================================
  Files            36       36           
  Lines           866      866           
  Branches         36       36           
=========================================
  Hits            608      608           
  Misses          233      233           
  Partials         25       25           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d53b9ee...94db54c. Read the comment docs.

Copy link
Copy Markdown
Contributor

@vchernodon vchernodon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we might want to have docs generated with 'deploy' profile only.

@dziemba
Copy link
Copy Markdown
Member Author

dziemba commented Apr 13, 2022

The problem with that is that we don't notice if a PR (with a pom upgrade or similar) breaks the javadoc build. It only adds a few more seconds to the entire build time, so it's probably best to just always generate them.

Comment thread pom.xml
@dziemba dziemba merged commit 2000128 into master Apr 14, 2022
@dziemba dziemba deleted the fix-javadoc branch April 14, 2022 17:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants