Added SCM to pom

This commit is contained in:
Giancarlo Panichi 2020-06-24 16:44:23 +02:00
parent 328ac6834c
commit ef9432c914
1 changed files with 8 additions and 1 deletions

View File

@ -16,6 +16,13 @@
<packaging>war</packaging> <packaging>war</packaging>
<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>
<properties> <properties>
<serviceName>DataMiner</serviceName> <serviceName>DataMiner</serviceName>
<serviceClass>WPS</serviceClass> <serviceClass>WPS</serviceClass>