Alex Vlissidis created CASSANDRA-15808: ------------------------------------------
Summary: Ant publish still trying to fetch maven dependencies using HTTP Key: CASSANDRA-15808 URL: https://issues.apache.org/jira/browse/CASSANDRA-15808 Project: Cassandra Issue Type: Bug Components: Packaging Reporter: Alex Vlissidis Attachments: publish.log Currently maven central repo is not accepting HTTP requests anymore and have fully switched to HTTPS. This has been addressed in this commit: [https://github.com/apache/cassandra/commit/63ff65a8dd3a31e500ae5ec6232f1f9eade6fa3d] However `maven-ant-tasks` has been deprecated and is still fetching dependencies using HTTP, which fails when trying to publish the Cassandra jar. Basically, an alternative solution to `maven-ant-tasks` needs to be implemented for deployment. I have attached the log from running `ant publish`. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org