mirror of
https://e.coding.net/circlecloud/RocketJump.git
synced 2024-11-23 15:08:51 +00:00
update pom.xml...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
1cd844735e
commit
1e445ef19d
79
pom.xml
79
pom.xml
@ -1,40 +1,41 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>RocketJump</groupId>
|
<groupId>RocketJump</groupId>
|
||||||
<artifactId>RocketJump</artifactId>
|
<artifactId>RocketJump</artifactId>
|
||||||
<version>0.0.2-SNAPSHOT</version>
|
<version>0.0.2-SNAPSHOT</version>
|
||||||
<name>RocketJump</name>
|
<name>RocketJump</name>
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
<finalName>${project.name}</finalName>
|
||||||
<resources>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<resource>
|
<resources>
|
||||||
<directory>src</directory>
|
<resource>
|
||||||
<excludes>
|
<directory>src</directory>
|
||||||
<exclude>**/*.java</exclude>
|
<excludes>
|
||||||
</excludes>
|
<exclude>**/*.java</exclude>
|
||||||
</resource>
|
</excludes>
|
||||||
</resources>
|
</resource>
|
||||||
<plugins>
|
</resources>
|
||||||
<plugin>
|
<plugins>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<plugin>
|
||||||
<version>3.1</version>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<configuration>
|
<version>3.1</version>
|
||||||
<source>1.7</source>
|
<configuration>
|
||||||
<target>1.7</target>
|
<source>1.7</source>
|
||||||
</configuration>
|
<target>1.7</target>
|
||||||
</plugin>
|
</configuration>
|
||||||
</plugins>
|
</plugin>
|
||||||
</build>
|
</plugins>
|
||||||
<dependencies>
|
</build>
|
||||||
<dependency>
|
<dependencies>
|
||||||
<groupId>org.spigotmc</groupId>
|
<dependency>
|
||||||
<artifactId>spigot-api</artifactId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<type>jar</type>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.8.3-R0.1-SNAPSHOT</version>
|
<type>jar</type>
|
||||||
</dependency>
|
<version>1.8.3-R0.1-SNAPSHOT</version>
|
||||||
</dependencies>
|
</dependency>
|
||||||
<properties>
|
</dependencies>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<properties>
|
||||||
</properties>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user