-
Notifications
You must be signed in to change notification settings - Fork 34
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 central pom download fails due to https requirements #171
Comments
Hi, What exactly failed? Can you post the full Maven log? Thanks for reporting. |
It would really be good, if Maven releases a "bugfix" Maven Ant Tasks, because this causes headaches also in Apache Lucene and other projects using those to deploy their artifacts to Maven. |
I am quite sure this is the only remaining problematic part. The |
Hi,
I assume it fails to download the parent Sonatype POM? |
I was able to reproduce this:
I will commit a fix to master branch. |
I will add a mental todo: Use https://maven.apache.org/resolver-ant-tasks/ instead. This looks like it also allows to install and deploy files. |
When trying to build 3.0 locally, the pom download failed, because it used the unsafe default maven central url (probably due to using maven 2.0).
This should fix the pom download in build.xml, but there might be other places where the repo needs to be specified:
The text was updated successfully, but these errors were encountered: