Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
c53aacbe
Commit
c53aacbe
authored
Aug 12, 2019
by
Gradl, Tobias
Browse files
Migrating CI to winseda-nexus
parent
aa6d9b51
Pipeline
#11554
failed with stages
in 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c53aacbe
image
:
maven:latest
variables
:
MAVEN_CLI_OPTS
:
"
-s
.m2/settings.xml
--batch-mode"
MAVEN_OPTS
:
"
-Dmaven.repo.local=.m2/repository"
cache
:
paths
:
-
.m2/repository/
-
target/
MAVEN_CLI_OPTS
:
"
--batch-mode"
build
:
stage
:
build
script
:
-
rm -rf .m2/repository
-
mvn $MAVEN_CLI_OPTS clean compile
-
mvn $MAVEN_CLI_OPTS compile
test
:
stage
:
test
...
...
pom.xml
View file @
c53aacbe
...
...
@@ -61,19 +61,19 @@
<repositories>
<repository>
<id>
minfba-
central
</id>
<url>
https://
minfba.de.dariah.eu/nexus
/repository/
m
in
fba
-central/
</url>
<id>
central
</id>
<url>
https://
nexus.winseda.de
/repository/
w
in
seda-maven
-central/
/
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
m
in
fba
-releases
</id>
<url>
https://
minfba.de.dariah.eu/nexus
/repository/
m
in
fba
-releases/
</url>
<id>
w
in
seda-maven
-releases
</id>
<url>
https://
nexus.winseda.de
/repository/
w
in
seda-maven
-releases/
</url>
</repository>
<snapshotRepository>
<id>
m
in
fba
-snapshots
</id>
<url>
https://
minfba.de.dariah.eu/nexus
/repository/
m
in
fba
-snapshots/
</url>
<id>
w
in
seda-maven
-snapshots
</id>
<url>
https://
nexus.winseda.de
/repository/
w
in
seda-maven
-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
...
...
Write
Preview
Markdown
is supported
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