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
digibib
ls.ext
Commits
b3ee8063
Commit
b3ee8063
authored
Nov 07, 2018
by
Håvard Lunde
Browse files
Added sonar-project.properties for sonar-scanner
parent
aa507d68
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
redef/services/.gitignore
View file @
b3ee8063
.classpath
.project
.scannerwork
.settings
bin
/jamondata/local-saved.ser
gradle/
gradlew
...
...
redef/services/build.gradle
View file @
b3ee8063
...
...
@@ -81,9 +81,11 @@ dependencies {
compile
group:
'org.slf4j'
,
name:
'log4j-over-slf4j'
,
version:
version_slf4j
compile
group:
'org.apache.logging.log4j'
,
name:
'log4j-slf4j-impl'
,
version:
'2.8.1'
compile
group:
'org.apache.logging.log4j'
,
name:
'log4j-core'
,
version:
'2.8.1'
compile
group:
'com.jamonapi'
,
name:
'jamon'
,
version:
'2.81'
compile
group:
'org.eclipse.jetty'
,
name:
'jetty-webapp'
,
version:
version_jetty
compile
group:
'org.eclipse.jetty'
,
name:
'jetty-annotations'
,
version:
version_jetty
compile
group:
'org.eclipse.jetty'
,
name:
'apache-jsp'
,
version:
version_jetty
compile
group:
'com.jamonapi'
,
name:
'fdsapi'
,
version:
'1.2'
compile
group:
'joda-time'
,
name:
'joda-time'
,
version:
'2.9.7'
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
...
...
redef/services/sonar-project.properties
0 → 100644
View file @
b3ee8063
# must be unique in a given SonarQube instance
sonar.projectKey
=
no.deichman.services:services
sonar.projectName
=
ls.ext Services
sonar.projectVersion
=
1.0
sonar.sources
=
src/main
sonar.java.binaries
=
build/classes/java/main
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
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