1 Star 0 Fork 0

七月的狮子 / LagranYue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 4.01 KB
一键复制 编辑 原始数据 按行查看 历史
wsk1103 提交于 2019-07-23 20:03 . V1.4.10
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>wsk</groupId>
<artifactId>LagranYue</artifactId>
<version>1.4.0</version>
<packaging>jar</packaging>
<name>LagranYue</name>
<description>LagranYue</description>
<dependencies>
<!-- https://mvnrepository.com/artifact/cglib/cglib -->
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.2.12</version>
</dependency>
<dependency>
<groupId>com.megacrit.cardcrawl</groupId>
<artifactId>slaythespire</artifactId>
<version>051</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/desktop-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>basemod</groupId>
<artifactId>basemod</artifactId>
<version>5.4.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/BaseMod.jar</systemPath>
</dependency>
<dependency>
<groupId>com.evacipated.cardcrawl</groupId>
<artifactId>ModTheSpire</artifactId>
<version>3.6.3</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/ModTheSpire.jar</systemPath>
</dependency>
<!-- <dependency>
<groupId>com.evacipated.cardcrawl</groupId>
<artifactId>stslib</artifactId>
<version>1.9.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/STSLib.jar</systemPath>
</dependency>
<dependency>
<groupId>hubris</groupId>
<artifactId>Hubris</artifactId>
<version>0.19.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/Hubris.jar</systemPath>
</dependency>
<dependency>
<groupId>TheJungle</groupId>
<artifactId>TheJungle</artifactId>
<version>1.1.1</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/TheJungle.jar</systemPath>
</dependency>-->
</dependencies>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<finalName>LagranYue</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>package</phase>
<configuration>
<target>
<!--<copy file="target/${name}.jar" tofile="../_ModTheSpire/mods/${name}.jar"/>-->
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/*.psd</exclude>
</excludes>
</resource>
</resources>
</build>
</project>
1
https://gitee.com/qiyuedeshizi/LagranYue.git
git@gitee.com:qiyuedeshizi/LagranYue.git
qiyuedeshizi
LagranYue
LagranYue
master

搜索帮助