forked from The-Evil-Pickle/Replay-the-Spire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
192 lines (192 loc) · 6.93 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<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>ReplayTheSpireMod</groupId>
<artifactId>ReplayTheSpireMod</artifactId>
<name>ReplayTheSpireMod</name>
<description>Content mod for Slay the Spire</description>
<dependencies>
<dependency>
<groupId>com.megacrit.cardcrawl</groupId>
<artifactId>slaythespire</artifactId>
<version>016</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/desktop-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>basemod</groupId>
<artifactId>basemod</artifactId>
<version>2.10.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/BaseMod.jar</systemPath>
</dependency>
<dependency>
<groupId>com.evacipated.cardcrawl</groupId>
<artifactId>ModTheSpire</artifactId>
<version>2.6.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/ModTheSpire.jar</systemPath>
</dependency>
<dependency>
<groupId>madsciencemod</groupId>
<artifactId>MadScienceMod</artifactId>
<version>0.1.8</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/MadScienceMod.jar</systemPath>
</dependency>
<dependency>
<groupId>fruitymod</groupId>
<artifactId>FruityMod</artifactId>
<version>0.1.8</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/FruityMod.jar</systemPath>
</dependency>
<dependency>
<groupId>fetchmod</groupId>
<artifactId>FetchMod</artifactId>
<version>0.1.8</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/FetchMod.jar</systemPath>
</dependency>
<dependency>
<groupId>infinitespire</groupId>
<artifactId>InfiniteSpire</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/InfiniteSpire.jar</systemPath>
</dependency>
<dependency>
<groupId>coloredmap</groupId>
<artifactId>ColoredMap</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/ColoredMap.jar</systemPath>
</dependency>
<dependency>
<groupId>blackrusemod</groupId>
<artifactId>BlackRuseMod</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/BlackRuseMod.jar</systemPath>
</dependency>
<dependency>
<groupId>friendlyminions</groupId>
<artifactId>FriendlyMinions</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/FriendlyMinions.jar</systemPath>
</dependency>
<dependency>
<groupId>hubris</groupId>
<artifactId>Hubris</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/Hubris.jar</systemPath>
</dependency>
<dependency>
<groupId>stslib</groupId>
<artifactId>StSLib</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/StSLib.jar</systemPath>
</dependency>
<dependency>
<groupId>mystic</groupId>
<artifactId>TheMystic</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/TheMystic.jar</systemPath>
</dependency>
<dependency>
<groupId>deciple</groupId>
<artifactId>TheDisciple</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/TheDisciple.jar</systemPath>
</dependency>
<dependency>
<groupId>beaked</groupId>
<artifactId>BeakedTheCultist</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/BeakedTheCultist.jar</systemPath>
</dependency>
<dependency>
<groupId>construct</groupId>
<artifactId>Construct</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/ConstructMod.jar</systemPath>
</dependency>
<dependency>
<groupId>gatherer</groupId>
<artifactId>Gatherer</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/GathererMod.jar</systemPath>
</dependency>
<dependency>
<groupId>blackbeard</groupId>
<artifactId>Blackbeard</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/TheBlackbeardMod.jar</systemPath>
</dependency>
<dependency>
<groupId>conspire</groupId>
<artifactId>Conspire</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/Conspire.jar</systemPath>
</dependency>
<dependency>
<groupId>marisa</groupId>
<artifactId>Marisa</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/TS05_Marisa_v0.14.4.jar</systemPath>
</dependency>
<dependency>
<groupId>glutton</groupId>
<artifactId>Glutton</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/GluttonMod.jar</systemPath>
</dependency>
<dependency>
<groupId>slimebound</groupId>
<artifactId>Slimebound</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/SlimeboundMod.jar</systemPath>
</dependency>
<dependency>
<groupId>clockwork</groupId>
<artifactId>Clockwork</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/ClockworkMod.jar</systemPath>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<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-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<outputDirectory>D:/Program Files (x86)/Steam/steamapps/common/SlayTheSpire/mods</outputDirectory>
</configuration>
</plugin>
</plugins>
<finalName>${project.artifactId}</finalName>
</build>
<version>1.3.17</version>
</project>