Update 'pom.xml'

added scm section to pom.xml
This commit is contained in:
Roberto Cirillo 2020-05-07 17:29:57 +02:00
parent d98fba519b
commit 89c4b26a24
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
<name>worms-plugin</name>
<description>worms plugin for species manager service</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>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
</properties>