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

Maven build failure with old plugins #1

Open
edysli opened this issue Feb 12, 2020 · 0 comments · May be fixed by #2
Open

Maven build failure with old plugins #1

edysli opened this issue Feb 12, 2020 · 0 comments · May be fixed by #2

Comments

@edysli
Copy link

edysli commented Feb 12, 2020

HTTP access on Maven central has been turned off on 2020-01-15 and some old Maven plugins in this project contain references to http://repo1.maven.org/maven2/. This causes the build to fail with an error like "501 HTTPS Required".

See also https://links.sonatype.com/central/501-https-required

The solution is to update Maven plugins in POMs to newer version. PR inc ;)

edysli added a commit to edysli/shibboleth-idp-authn-shibsp that referenced this issue Feb 12, 2020
- maven-assembly-plugin    2.5.5  -> 3.2.0
- maven-compiler-plugin    3.5.1  -> 3.8.1
- maven-dependency-plugin  2.10   -> 3.1.1
- maven-javadoc-plugin     2.10.3 -> 3.1.1
- maven-release-plugin     2.5.3  -> 3.0.0-M1

Fixes: mpassid#1
@edysli edysli linked a pull request Feb 12, 2020 that will close this issue
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 a pull request may close this issue.

1 participant