Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SAT4J
sat4j
Commits
73181e10
Commit
73181e10
authored
May 22, 2017
by
Daniel Le Berre
Browse files
Added --settings settings.xml to maven CLI
parent
6b339a84
Pipeline
#164
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73181e10
...
...
@@ -6,7 +6,7 @@ cache:
mybuild
:
stage
:
build
script
:
-
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/cache/maven.repo
-
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent
--settings settings.xml
deploy sonar:sonar -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/cache/maven.repo
artifacts
:
paths
:
-
org.*/target/*.jar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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