Updated to support Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2019-11-25 11:41:12 +01:00
parent 6d59a78d65
commit 5fab154120
1 changed files with 15 additions and 0 deletions

15
pom.xml
View File

@ -15,12 +15,27 @@
<name>ecological-engine-wps-extension</name>
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<developers>
<developer>
<name>Gianpaolo Coro</name>