1
0
mirror of https://e.coding.net/circlecloud/ProtectItem.git synced 2024-09-29 06:22:33 +00:00
ProtectItem/pom.xml
j502647092 57fc847fe6 Rename Packge name ...
Signed-off-by: j502647092 <jtb1@163.com>
2015-04-28 21:44:31 +08:00

39 lines
1.2 KiB
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>cn.CityCraft</groupId>
<artifactId>ProtectItem</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>ProtectItem</name>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
</build>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<type>jar</type>
<version>1.8.3-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<issueManagement>
<system>GitHub</system>
</issueManagement>
<url>https://git.coding.net/502647092/ProtectItem.git</url>
</project>