Add SCM info to be able to deploy
This commit is contained in:
parent
1abc1a3164
commit
2006df75d0
1 changed files with 34 additions and 0 deletions
34
pom.xml
34
pom.xml
|
@ -30,6 +30,40 @@
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>ASF 2.0</name>
|
||||||
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>Johan Maasing</name>
|
||||||
|
<email>johan@zoom.nu</email>
|
||||||
|
<roles>
|
||||||
|
<role>developer</role>
|
||||||
|
</roles>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>zoom-nexus</id>
|
||||||
|
<url>https://repo.zoom.nu/repository/maven-snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
<repository>
|
||||||
|
<id>zoom-nexus</id>
|
||||||
|
<url>https://repo.zoom.nu/repository/maven-releases/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:https://codeberg.org/darkstar/endgen.git</connection>
|
||||||
|
<developerConnection>scm:git:ssh://git@vcs.zoom.nu:1122/zoom/endgen.git</developerConnection>
|
||||||
|
<tag>admin-parent-1.1</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>parser</module>
|
<module>parser</module>
|
||||||
<module>endgen-dist</module>
|
<module>endgen-dist</module>
|
||||||
|
|
Loading…
Add table
Reference in a new issue