Skip to content

Maven repository requires HTTPS #16

Description

@evazquez00

Fresh build /install on Ubuntu.

On running "ant -f build-ivy.xml" in the "core/build" directory, it throws 501 errors for http://repo1.maven.org.

I used a web-browser to open one of the file links and got the error that Maven now requires HTTPS.

I found both "http://" references in the GIT clone and modified them to point to "https://", but I still cannot build due to:

[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           :: org.apache.bcel#bcel;6.4.1: not found
[ivy:resolve]           :: log4j#log4j;1.2.17: not found
[ivy:resolve]           :: org.apache.ant#ant;1.9.14: not found
[ivy:resolve]           :: com.thoughtworks.qdox#qdox;1.12.1: not found
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :::: ERRORS
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/bcel/bcel/6.4.1/bcel-6.4.1.pom
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/bcel/bcel/6.4.1/bcel-6.4.1.jar
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/ant/ant/1.9.14/ant-1.9.14.pom
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/org/apache/ant/ant/1.9.14/ant-1.9.14.jar
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
[ivy:resolve]   SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar

I was able to manually download and install the required jar files locally, but it was not fun and the dependencies got so deep that I eventually gave up.

I'm not sure where the "HTTP" versus "HTTPS" definitions are hiding, but an update so that it builds would be nice...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions