master
Alex 2021-12-26 22:18:27 +01:00
parent 16c30fb171
commit 6d4052258d
1 changed files with 14 additions and 7 deletions

21
pom.xml
View File

@ -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>