Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guilhem Bonnefille
Orekit
Commits
ec816696
Commit
ec816696
authored
Nov 18, 2019
by
Guilhem Bonnefille
Browse files
Declare Orekit's Nexus as mirror
parent
69227a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
.CI/maven-settings.xml
View file @
ec816696
<settings
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xsi:schemalocation=
"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
>
<mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The repository that
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
<mirror>
<id>
Nexus-Orekit
</id>
<name>
Maven Repository Manager
</name>
<url>
https://packages.orekit.org/repository/maven-public/
</url>
<mirrorOf>
central
</mirrorOf>
</mirror>
</mirrors>
<servers>
<server>
<id>
ci-releases
</id>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment