mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-16 03:21:24 +01:00
Sort POM entries
This commit is contained in:
parent
3523011463
commit
c15f9db524
36
pom.xml
36
pom.xml
@ -10,13 +10,6 @@
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<url>https://dev.bukkit.org/projects/chest-commands</url>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/filoghost/ChestCommands</url>
|
||||
<connection>scm:git:git://github.com:filoghost/ChestCommands.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:filoghost/ChestCommands.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU General Public License, Version 3</name>
|
||||
@ -25,18 +18,11 @@
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
<module>plugin</module>
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/filoghost/ChestCommands</url>
|
||||
<connection>scm:git:git://github.com:filoghost/ChestCommands.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:filoghost/ChestCommands.git</developerConnection>
|
||||
</scm>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>codemc-snapshots</id>
|
||||
@ -48,6 +34,18 @@
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
<module>plugin</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
|
Loading…
Reference in New Issue
Block a user