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> </pluginRepositories>
<distributionManagement> <distributionManagement>
<snapshotRepository> <repository>
<id>nexus-snapshots</id> <id>sbdevelopment-repo</id>
<url>https://repo.sbdevelopment.tech/repository/mcthemeparks-private-snapshot/</url> <url>https://repo.sbdevelopment.tech/private</url>
</snapshotRepository> </repository>
</distributionManagement> </distributionManagement>
<build> <build>
@ -72,33 +72,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </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> </plugins>
<resources> <resources>
<resource> <resource>