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:18:01 UTC

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

     [ https://issues.apache.org/jira/browse/MANTTASKS-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Walton updated MANTTASKS-248:
------------------------------------
    Attachment: MANTTASKS-248-use-https-url-for-central.diff

> 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
>         Attachments: MANTTASKS-248-use-https-url-for-central.diff
>
>
> 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)