test2
parent
16c30fb171
commit
6d4052258d
21
pom.xml
21
pom.xml
|
@ -13,6 +13,20 @@
|
|||
<maven.compiler.target>14</maven.compiler.target>
|
||||
</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>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<plugins>
|
||||
|
@ -44,13 +58,6 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>krakatoa-earth</id>
|
||||
<url>https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<artifactId>lombok</artifactId>
|
||||
|
|
Loading…
Reference in New Issue