Skip to content
Snippets Groups Projects
Unverified Commit b9883d3d authored by Martin Raifer's avatar Martin Raifer
Browse files

configure sonarcloud

parent e9d163e7
No related branches found
No related merge requests found
Pipeline #1587 created
......@@ -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
......
......@@ -4,14 +4,19 @@
<artifactId>oshdb-examples</artifactId>
<name>OSHDB Examples</name>
<url>https://ohsome.org/</url>
<version>0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<scm>
<url>https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/oshdb-examples</url>
<connection>scm:git:https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/oshdb-examples.git</connection>
<developerConnection>scm:git:ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/oshdb-examples.git</developerConnection>
</scm>
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>ohsome-parent</artifactId>
<version>2.8</version>
<version>2.9</version>
</parent>
<properties>
......@@ -27,25 +32,21 @@
</repositories>
<dependencies>
<dependency>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-api</artifactId>
<version>${oshdb.version}</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.16</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.13</version>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment