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
Helmholtz Cloud Portal
Helmholtz Marketplace Server
Commits
a025c69a
Commit
a025c69a
authored
Jul 22, 2020
by
Carsten Heidmann
Browse files
Pr allow sonar job to fail
parent
9e480943
Pipeline
#34803
passed with stages
in 5 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
a025c69a
...
...
@@ -81,6 +81,7 @@
<sonar.projectName>
${project.name}
</sonar.projectName>
<sonar.sources>
src/main
</sonar.sources>
<sonar.tests>
src/test
</sonar.tests>
<sonar.working.directory>
${project.build.directory}/.scannerwork
</sonar.working.directory>
<sonar.projectVersion>
${project.version}
</sonar.projectVersion>
<sonar.sourceEncoding>
UTF-8
</sonar.sourceEncoding>
<sonar.qualitygate.wait>
true
</sonar.qualitygate.wait>
...
...
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