1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 18:47:40 +01:00

POM Changes

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2013-06-02 10:36:24 +10:00
parent 88499aa05b
commit 29381e2731
2 changed files with 8 additions and 4 deletions

View file

@ -55,6 +55,10 @@
<!-- See https://checkstyle.org/filters/index.html -->
<module name="SuppressionCommentFilter"/>
<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="Spigot start"/>
<property name="onCommentFormat" value="Spigot end"/>
</module>
<!-- See https://checkstyle.org/checks/imports/index.html -->
<module name="AvoidStarImport">

View file

@ -3,14 +3,14 @@
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>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21.4-R0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Bukkit</name>
<name>Spigot-API</name>
<url>https://www.spigotmc.org/</url>
<description>A plugin API for Minecraft servers.</description>
<description>An enhanced plugin API for Minecraft servers.</description>
<properties>
<skipTests>true</skipTests>