Remove deploy configuration

This commit is contained in:
Gabriele C 2018-01-29 04:44:17 +01:00 committed by GitHub
parent e980c80ef8
commit a76eee5965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
pom.xml
View File

@ -35,17 +35,6 @@
<url>https://github.com/AuthMe/AuthMeReloaded/issues</url>
</issueManagement>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>https://repo.codemc.org/repository/maven-releases/</url>
</repository>
</distributionManagement>
<licenses>
<license>
<name>The GNU General Public Licence version 3 (GPLv3)</name>
@ -162,7 +151,6 @@
</executions>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<!--
Relocate all lib we use in order to fix class loading errors if we use different versions
@ -261,20 +249,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>