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

Use Maven 3.8.3 in Azure Pipelines #1229

Merged
merged 1 commit into from Oct 5, 2021
Merged

Use Maven 3.8.3 in Azure Pipelines #1229

merged 1 commit into from Oct 5, 2021

Conversation

Godin
Copy link
Member

@Godin Godin commented Oct 5, 2021

Maven 3.8.1 disappeared from https://downloads.apache.org/maven/maven-3/ which causes our builds in Azure Pipelines to fail - see for example build after merge of #1226

Instead we should be downloading from https://archive.apache.org/dist/maven/maven-3/ that contains all released versions.

Also seems that recently released Maven 3.8.3 solves the issue that we encountered with 3.8.2

Unfortunately Azure Pipelines images was not yet updated and still come with preinstalled Maven 3.8.2

Fixes #1218

@Godin Godin added this to Implementation in Current work items via automation Oct 5, 2021
@Godin Godin added this to the 0.8.8 milestone Oct 5, 2021
@Godin Godin self-assigned this Oct 5, 2021
@Godin Godin marked this pull request as ready for review October 5, 2021 14:43
@Godin Godin requested a review from marchof October 5, 2021 14:43
@Godin Godin moved this from Implementation to Review in Current work items Oct 5, 2021
@marchof marchof merged commit 472be4e into master Oct 5, 2021
Current work items automation moved this from Review to Done Oct 5, 2021
@marchof marchof deleted the maven branch October 5, 2021 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

JaCoCo Build fails with Maven 3.8.2
2 participants