Skip to content
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

restore Maven 3.0.5 prerequisite #119

Merged
merged 2 commits into from Jul 5, 2021
Merged

Conversation

hboutemy
Copy link
Contributor

@hboutemy hboutemy commented Jul 4, 2021

tester locally on my Linux box, everything seems to work, why reduce users choice?

@codecov
Copy link

codecov bot commented Jul 4, 2021

Codecov Report

Merging #119 (f2960fc) into master (09e7fda) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #119   +/-   ##
=========================================
  Coverage     77.91%   77.91%           
  Complexity      187      187           
=========================================
  Files            27       27           
  Lines           661      661           
  Branches         77       77           
=========================================
  Hits            515      515           
  Misses          113      113           
  Partials         33       33           

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 09e7fda...f2960fc. Read the comment docs.

@hboutemy hboutemy force-pushed the maven-version branch 2 times, most recently from 2529479 to 8ded8f1 Compare July 4, 2021 16:16
@hboutemy
Copy link
Contributor Author

hboutemy commented Jul 5, 2021

notice that failures on Maven 3.0.5 and 3.1.1 are not really plugin compatibility issues but default use of HTTP that is nowadays not supported any more: HTTPS is required

@@ -54,6 +54,8 @@ jobs:
shell: bash
run: |
unset M2_HOME
mkdir -p ~/.m2
echo "<settings><mirrors><mirror><mirrorOf>central</mirrorOf><name>central</name><url>https://repo.maven.apache.org/maven2/</url></mirror></mirrors></settings>" > ~/.m2/settings.xml # reqiored by Maven < 3.2.3
Copy link
Contributor

Choose a reason for hiding this comment

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

At the end is a typo: reqiored

Copy link
Owner

Choose a reason for hiding this comment

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

Also, integration tests does not seem to use this conf, see test failures

nicoulaj added a commit that referenced this pull request Jul 5, 2021
nicoulaj added a commit that referenced this pull request Jul 5, 2021
nicoulaj added a commit that referenced this pull request Jul 5, 2021
nicoulaj added a commit that referenced this pull request Jul 5, 2021
@nicoulaj nicoulaj merged commit 8a5f5be into nicoulaj:master Jul 5, 2021
nicoulaj added a commit that referenced this pull request Jul 5, 2021
nicoulaj added a commit that referenced this pull request Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants