diff --git a/Jenkinsfile b/Jenkinsfile
index 05e26fd4ab4659c73421b507c2d9d6b8ef771002..4a95a58ce055b5ffba5e683436356bf8c784e830 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -58,6 +58,9 @@ pipeline {
stage ('Reports and Statistics') {
steps {
script {
+ withSonarQubeEnv('sonarcloud GIScience/ohsome') {
+ sh "mvn sonar:sonar -Dsonar.branch.name=${env.BRANCH_NAME}"
+ }
report_basedir = "/srv/reports/${REPO_NAME}/${VERSION}_${env.BRANCH_NAME}/${env.BUILD_NUMBER}_${LATEST_COMMIT_ID}"
// jacoco
diff --git a/pom.xml b/pom.xml
index f85a7fa41c200a012f3e44f9242ee55c1a072978..349b031e42582fd0246c50e876757721852cd296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,18 +7,35 @@
org.heigit.ohsome
ohsome-parent
- 2.8
+ 2.9
changeset-metadata
0.1-SNAPSHOT
+ https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/libs/changeset-metadata
+
+
+ https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/libs/changeset-metadata
+ scm:git:https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/libs/changeset-metadata.git
+ scm:git:ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/libs/changeset-metadata.git
+
+
+
+
+
+ false
+
+ oshdb-releases
+ Heigit/GIScience repository (releases)
+ https://repo.heigit.org/artifactory/libs-release-local
+
+
- 0.8.5
11
11
42.1.4
- 0.6.0
+ [0.6.0,0.7.0-a0)
@@ -33,33 +50,4 @@
${postgresql.version}
-
-
-
- jacoco
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco.version}
-
-
- default-prepare-agent
-
- prepare-agent
-
-
-
- default-report
-
- report
-
-
-
-
-
-
-
-