mirror of
https://hub.spigotmc.org/stash/scm/spigot/spigot.git
synced 2025-04-13 09:32:09 +00:00
47 lines
1.5 KiB
Diff
47 lines
1.5 KiB
Diff
From 53ea26d3114bcb712fea7cfaa095a79353d500ee Mon Sep 17 00:00:00 2001
|
|
From: md_5 <md_5@live.com.au>
|
|
Date: Sun, 2 Jun 2013 10:36:24 +1000
|
|
Subject: [PATCH] POM Changes
|
|
|
|
|
|
diff --git a/checkstyle.xml b/checkstyle.xml
|
|
index 5e25d874..d506250c 100644
|
|
--- a/checkstyle.xml
|
|
+++ b/checkstyle.xml
|
|
@@ -40,6 +40,10 @@
|
|
|
|
<!-- See http://checkstyle.sourceforge.net/config_filters.html -->
|
|
<module name="SuppressionCommentFilter"/>
|
|
+ <module name="SuppressionCommentFilter">
|
|
+ <property name="offCommentFormat" value="Spigot start"/>
|
|
+ <property name="onCommentFormat" value="Spigot end"/>
|
|
+ </module>
|
|
|
|
<!-- See http://checkstyle.sourceforge.net/config_imports.html -->
|
|
<module name="AvoidStarImport">
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 1c911797..29fbb3a5 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.20.2-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.42.0
|
|
|