You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Joseph Walton (JIRA)" <ji...@apache.org> on 2015/06/07 16:16:00 UTC

[jira] [Created] (MANTTASKS-248) artifact:dependencies does not use SSL

Joseph Walton created MANTTASKS-248:
---------------------------------------

             Summary: artifact:dependencies does not use SSL
                 Key: MANTTASKS-248
                 URL: https://issues.apache.org/jira/browse/MANTTASKS-248
             Project: Maven Ant Tasks
          Issue Type: Bug
          Components: dependencies task
            Reporter: Joseph Walton


The harcoded base URL used by {{artifact:dependencies}} is the old non-SSL version:

{noformat}
http://repo1.maven.org/maven2
{noformat}

This is used during a bootstrap build of Maven itself, so should be updated to

{noformat}
https://repo.maven.apache.org/maven2
{noformat}

so that all artifacts are fetched over SSL.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)