Mirror von
https://github.com/TheSilentPro/HeadDB.git
synchronisiert 2024-12-26 19:02:39 +01:00
patch, try sonarcloud
Dieser Commit ist enthalten in:
Ursprung
30f967987e
Commit
bb368c8a22
19
pom.xml
19
pom.xml
@ -6,9 +6,16 @@
|
|||||||
|
|
||||||
<groupId>tsp.headdb</groupId>
|
<groupId>tsp.headdb</groupId>
|
||||||
<artifactId>HeadDB</artifactId>
|
<artifactId>HeadDB</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.2.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<sonar.projectKey>TheSilentPro_HeadDB</sonar.projectKey>
|
||||||
|
<sonar.organization>silent</sonar.organization>
|
||||||
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||||
|
<spigot.id>84967</spigot.id>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<name>HeadDB</name>
|
<name>HeadDB</name>
|
||||||
<description>Database with thousands of heads</description>
|
<description>Database with thousands of heads</description>
|
||||||
|
|
||||||
@ -120,6 +127,16 @@
|
|||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>3.3.2</version>
|
<version>3.3.2</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- Sonarcloud -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>sonar-maven-plugin</artifactId>
|
||||||
|
<version>3.9.1.2184</version>
|
||||||
|
<configuration>
|
||||||
|
<goalPrefix>sonar</goalPrefix>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ version: ${project.version}
|
|||||||
softdepend: [Vault, Treasury]
|
softdepend: [Vault, Treasury]
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
author: Silent
|
author: Silent
|
||||||
|
spigot-id: ${spigot.id}
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
headdb:
|
headdb:
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren