Bladeren bron

Switch Eclipse repositories to HTTPS.

The Eclipse maven repositories changed to only allow HTTPS and not
serve HTTP anymore. HTTP will redirect to HTTPS, which moxie does
not handle well and fails.

So the registered Eclipse repositories are changed to 'https://'
transport.

Fixes #1334
tags/r1.9.1^2
Florian Zschocke 4 jaren geleden
bovenliggende
commit
fffdda5a20
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      build.moxie

+ 2
- 2
build.moxie Bestand weergeven

registeredRepositories: registeredRepositories:
- { id: central, url: 'https://repo1.maven.org/maven2' } - { id: central, url: 'https://repo1.maven.org/maven2' }
- { id: mavencentral, url: 'https://repo1.maven.org/maven2' } - { id: mavencentral, url: 'https://repo1.maven.org/maven2' }
- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
- { id: eclipse, url: 'https://repo.eclipse.org/content/groups/releases' }
- { id: eclipse-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' }
- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' } - { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }


# Source all dependencies from the following repositories in the specified order # Source all dependencies from the following repositories in the specified order

Laden…
Annuleren
Opslaan