test2
parent
16c30fb171
commit
6d4052258d
21
pom.xml
21
pom.xml
|
@ -13,6 +13,20 @@
|
||||||
<maven.compiler.target>14</maven.compiler.target>
|
<maven.compiler.target>14</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>krakatoa-earth</id>
|
||||||
|
<url>https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git//git.krakatoa.umbach.dev/Krakatoa-Earth/KraSocketClient.git</connection>
|
||||||
|
<developerConnection>scm:git:git//git.krakatoa.umbach.dev/Krakatoa-Earth/KraSocketClient.git</developerConnection>
|
||||||
|
<url>https://git.krakatoa.umbach.dev/Krakatoa-Earth/KraSocketClient</url>
|
||||||
|
<tag>github-example-package</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -44,13 +58,6 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>krakatoa-earth</id>
|
|
||||||
<url>https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue