diff options
author | md_5 <git@md-5.net> | 2017-08-05 16:20:53 +1000 |
---|---|---|
committer | md_5 <git@md-5.net> | 2017-08-05 16:32:44 +1000 |
commit | bf79482272d1feb370adad44127af763ac6ce6aa (patch) | |
tree | 34653c240abd67a984b69968271dd408b85d8394 | |
parent | c11286e62f38fb269c1ceddc98e8c38662abff6f (diff) | |
download | bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar.gz bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar.lz bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.tar.xz bukkit-bf79482272d1feb370adad44127af763ac6ce6aa.zip |
Remove sonatype parent (deprecated).
-rw-r--r-- | pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -3,19 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>9</version> - </parent> - <groupId>org.bukkit</groupId> <artifactId>bukkit</artifactId> <version>1.12.1-R0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Bukkit</name> - <url>http://www.bukkit.org/</url> + <url>https://www.spigotmc.org/</url> <description>A plugin API for Minecraft servers.</description> <properties> @@ -150,8 +144,6 @@ </execution> </executions> <configuration> - <!-- utterly useless artifact from shade 2.x --> - <createDependencyReducedPom>false</createDependencyReducedPom> <!-- when downloading via Maven we can pull depends individually --> <shadedArtifactAttached>true</shadedArtifactAttached> </configuration> |