mirror of
https://hub.spigotmc.org/stash/scm/spigot/spigot.git
synced 2024-11-21 20:56:14 +00:00
48 lines
1.5 KiB
Diff
48 lines
1.5 KiB
Diff
From be172e1447bfa82362b0375a05c4ed999fe97405 Mon Sep 17 00:00:00 2001
|
|
From: md_5 <git@md-5.net>
|
|
Date: Sun, 2 Jun 2013 10:36:24 +1000
|
|
Subject: [PATCH] POM Changes
|
|
|
|
|
|
diff --git a/checkstyle.xml b/checkstyle.xml
|
|
index 1d1e06c8..feb3b07e 100644
|
|
--- a/checkstyle.xml
|
|
+++ b/checkstyle.xml
|
|
@@ -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">
|
|
diff --git a/pom.xml b/pom.xml
|
|
index a8f0b14f..8a690058 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -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.3-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>
|
|
--
|
|
2.47.0
|
|
|