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
giscience
big-data
ohsome
helpers
oshdb database driver
Commits
339505b8
Verified
Commit
339505b8
authored
Jul 31, 2020
by
Johannes Visintini
Browse files
update ohsome parent to 2.4
parent
7da1fadc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
339505b8
...
...
@@ -157,11 +157,10 @@ pipeline {
}
// warnings plugin
rtMaven
.
run
pom:
'pom.xml'
,
goals:
'--batch-mode -V -e compile checkstyle:checkstyle pmd:pmd pmd:cpd
findbugs:findbugs
com.github.spotbugs:spotbugs-maven-plugin:3.1.7:spotbugs -Dmaven.repo.local=.m2'
rtMaven
.
run
pom:
'pom.xml'
,
goals:
'--batch-mode -V -e compile checkstyle:checkstyle pmd:pmd pmd:cpd com.github.spotbugs:spotbugs-maven-plugin:3.1.7:spotbugs -Dmaven.repo.local=.m2'
recordIssues
enabledForFailure:
true
,
tools:
[
mavenConsole
(),
java
(),
javaDoc
()]
recordIssues
enabledForFailure:
true
,
tool:
checkStyle
()
recordIssues
enabledForFailure:
true
,
tool:
findBugs
()
recordIssues
enabledForFailure:
true
,
tool:
spotBugs
()
recordIssues
enabledForFailure:
true
,
tool:
cpd
(
pattern:
'**/target/cpd.xml'
)
recordIssues
enabledForFailure:
true
,
tool:
pmdParser
(
pattern:
'**/target/pmd.xml'
)
...
...
pom.xml
View file @
339505b8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.heigit.ohsome
</groupId>
<artifactId>
ohsome-parent
</artifactId>
<version>
2.
3
</version>
<version>
2.
4
</version>
</parent>
<dependencies>
...
...
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