Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.7.2, 8.2, 8.1.1
-
None
-
New
Description
After fixing LUCENE-8807 I figured out today, that Lucene's build system uses HTTPS URLs everywhere. But the POMs deployed to Maven central still use http (I assumed that those are inherited from the ANT build).
This will fix it for later versions by changing the POM templates. Hopefully this will not happen in Gradle!
markrmiller@gmail.com: Can you make sure that the new Gradle build uses HTTPS for all hard configured repositories (like Cloudera)?
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-9170 wagon-ssh Maven HTTPS issue
- Closed
-
SOLR-13756 ivy cannot download org.restlet.ext.servlet jar
- Closed
-
SOLR-14224 Not able to build solr 6.6.2 from source after January 15, 2020
- Closed
- relates to
-
LUCENE-8807 Change all download URLs in build files to HTTPS
- Reopened