Update pom
This commit is contained in:
parent
a9b93c586c
commit
b4ac50d11a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/.settings/
|
||||
|
||||
.flattened-pom.xml
|
||||
/.idea/
|
||||
|
@ -43,8 +43,8 @@
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<scm>
|
||||
<connection>scm:git:https://git.ignuranza.net/andreacavalli/data-generator-runtime.git</connection>
|
||||
<developerConnection>scm:git:https://git.ignuranza.net/andreacavalli/data-generator-runtime.git
|
||||
<connection>scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git</connection>
|
||||
<developerConnection>scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git
|
||||
</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
18
pom.xml
18
pom.xml
@ -14,6 +14,24 @@
|
||||
<module>data-generator-runtime</module>
|
||||
</modules>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>mchv-release-distribution</id>
|
||||
<name>MCHV Release Apache Maven Packages Distribution</name>
|
||||
<url>https://mvn.mchv.eu/repository/mchv</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>mchv-snapshot-distribution</id>
|
||||
<name>MCHV Snapshot Apache Maven Packages Distribution</name>
|
||||
<url>https://mvn.mchv.eu/repository/mchv-snapshot</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<scm>
|
||||
<connection>scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git</connection>
|
||||
<developerConnection>scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user