Updated repo url

This commit is contained in:
SBDeveloper 2022-12-28 14:24:24 +01:00
parent e62950a521
commit 8608c194d5

35
pom.xml
View file

@ -25,10 +25,10 @@
</pluginRepositories>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://repo.sbdevelopment.tech/repository/mcthemeparks-private-snapshot/</url>
</snapshotRepository>
<repository>
<id>sbdevelopment-repo</id>
<url>https://repo.sbdevelopment.tech/private</url>
</repository>
</distributionManagement>
<build>
@ -72,33 +72,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>nexus-snapshots</serverId>
<nexusUrl>https://repo.sbdevelopment.tech/</nexusUrl>
<skipStaging>true</skipStaging>
</configuration>
</plugin>
</plugins>
<resources>
<resource>