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

Clean-up pom.xml to remove plugin warnings; resolves #273. #274

Merged
merged 1 commit into from Oct 9, 2018

Conversation

Projects
None yet
4 participants
@ruebot
Member

ruebot commented Oct 5, 2018

GitHub issue(s): #273

What does this Pull Request do?

  • Clean-up pom.xml to remove plugin warnings; resolves #273.
  • The removed javadoc.plugin.version is because there were actually two of them in that section with two different versions. 🤯

How should this be tested?

  • TravisCI should pass.
  • Local build should not show previous warnings (as shown in #273) during this build or
    • mvn release:clean
    • mvn release:prepare -DreleaseVersion=0.17.1 -DdevelopmentVersion=0.17.2-SNAPSHOT -DautoVersionSubmodules=true -DpushChanges=false

Additional Notes:

Not sure how to have others test this since you might need signing keys setup, and a ~/.m2/settings.xml setup as described here

@ruebot ruebot requested review from lintool and ianmilligan1 Oct 5, 2018

@codecov-io

This comment has been minimized.

Show comment
Hide comment
@codecov-io

codecov-io Oct 5, 2018

Codecov Report

Merging #274 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #274   +/-   ##
=======================================
  Coverage   70.36%   70.36%           
=======================================
  Files          41       41           
  Lines        1046     1046           
  Branches      192      192           
=======================================
  Hits          736      736           
  Misses        244      244           
  Partials       66       66

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 9796f50...bfeddec. Read the comment docs.

codecov-io commented Oct 5, 2018

Codecov Report

Merging #274 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #274   +/-   ##
=======================================
  Coverage   70.36%   70.36%           
=======================================
  Files          41       41           
  Lines        1046     1046           
  Branches      192      192           
=======================================
  Hits          736      736           
  Misses        244      244           
  Partials       66       66

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 9796f50...bfeddec. Read the comment docs.

@ianmilligan1

Tested using mvn release:clean and mvn release:prepare -DreleaseVersion=0.17.1 -DdevelopmentVersion=0.17.2-SNAPSHOT -DautoVersionSubmodules=true -DpushChanges=false, builds fine w/o the error messages as noted in #273.

@lintool

lintool approved these changes Oct 9, 2018

lgtm

@ianmilligan1 ianmilligan1 merged commit f19dc9a into archivesunleashed:master Oct 9, 2018

3 checks passed

codecov/patch Coverage not affected when comparing 9796f50...bfeddec
Details
codecov/project 70.36% remains the same compared to 9796f50
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@ruebot ruebot deleted the ruebot:issue-273 branch Oct 9, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment