Skip to content

Commit 89ef688

Browse files
committed
Add Maven Central to registeredRepositories
Moxie does have these defined by default, but with transport HTTP. Since January 2020, Maven Central only accepts HTTPS, no HTTP anymore. So we add them here explicitly, with `https://`. We add it to the `build.moxie` file, instead of keeping it in a local `settings.moxie`, so that a CI server can immediately use it.
1 parent 0cdc0a0 commit 89ef688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.moxie

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ dependencyDirectory: ext
9494

9595
# Register the Eclipse JGit Maven repositories
9696
registeredRepositories:
97+
- { id: central, url: 'https://repo1.maven.org/maven2' }
98+
- { id: mavencentral, url: 'https://repo1.maven.org/maven2' }
9799
- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
98100
- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
99101
- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }

0 commit comments

Comments
 (0)