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> <url>https://github.com/AuthMe/AuthMeReloaded/issues</url>
</issueManagement> </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> <licenses>
<license> <license>
<name>The GNU General Public Licence version 3 (GPLv3)</name> <name>The GNU General Public Licence version 3 (GPLv3)</name>
@ -162,7 +151,6 @@
</executions> </executions>
<configuration> <configuration>
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<!-- <!--
Relocate all lib we use in order to fix class loading errors if we use different versions Relocate all lib we use in order to fix class loading errors if we use different versions
@ -261,20 +249,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </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> </plugins>
</build> </build>