Added SCM to pom
This commit is contained in:
parent
328ac6834c
commit
ef9432c914
7
pom.xml
7
pom.xml
|
@ -16,6 +16,13 @@
|
|||
|
||||
<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>
|
||||
<serviceName>DataMiner</serviceName>
|
||||
<serviceClass>WPS</serviceClass>
|
||||
|
|
Loading…
Reference in New Issue