-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
247 lines (230 loc) · 9.31 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<?xml version="1.0" encoding="UTF-8"?>
<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>
<name>C3-Starmap Cerberus</name>
<description>Starsystem map of the Inner Sphere, Periphery and Clan space (BattleTech).</description>
<url>https://www.clanwolf.net/apps/C3</url>
<organization>
<name>ClanWolf</name>
<url>https://www.clanwolf.net</url>
</organization>
<developers>
<developer>
<id>Werner</id>
<organization>ClanWolf.net</organization>
<organizationUrl>https://www.clanwolf.net/</organizationUrl>
<timezone>+0100</timezone>
<roles>
<role>Project owner</role>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>Meldric</id>
<organization>ClanWolf.net</organization>
<organizationUrl>https://www.clanwolf.net/</organizationUrl>
<timezone>+0100</timezone>
<roles>
<role>Project owner</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<groupId>net.clanwolf.starmap</groupId>
<artifactId>C3-Starmap_Cerberus</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<mainClass>net.clanwolf.starmap.client.gui.MainFrame</mainClass>
<!-- C3 Revision -->
<!-- https://stackoverflow.com/questions/10582054/maven-project-version-inheritance-do-i-have-to-specify-the-parent-version -->
<revision>7.5.01</revision>
<!-- Versions -->
<version.java>23</version.java>
<version.javafx>23</version.javafx>
<version.asm>9.7.1</version.asm>
<version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
<version.maven-compiler-plugin>3.11.0</version.maven-compiler-plugin>
<version.maven-plugin-api>3.9.5</version.maven-plugin-api>
<version.maven-plugin-plugin>3.10.2</version.maven-plugin-plugin>
<version.maven-dependency-plugin>3.6.0</version.maven-dependency-plugin>
<version.maven-jar-plugin>3.3.0</version.maven-jar-plugin>
<version.maven-resources-plugin>3.3.1</version.maven-resources-plugin>
<version.maven-shade-plugin>3.5.0</version.maven-shade-plugin>
<version.depgraph-maven-plugin>4.0.3</version.depgraph-maven-plugin>
<version.exec-maven-plugin>3.1.1</version.exec-maven-plugin>
<version.flatten-maven-plugin>1.5.0</version.flatten-maven-plugin>
<version.moditect-maven-plugin>1.2.2.Final</version.moditect-maven-plugin>
<version.apache.commons-collections4>4.5.0-M2</version.apache.commons-collections4>
<version.apache.commons-net>3.11.1</version.apache.commons-net>
<version.blazeds-core>3.2.0.3978</version.blazeds-core>
<version.byte-buddy>1.15.4</version.byte-buddy>
<version.collections-generic>4.01</version.collections-generic>
<version.discord-api>5.1.2</version.discord-api>
<version.dom4j>2.1.4</version.dom4j>
<version.el-api>6.0.1</version.el-api>
<version.gifencoder>0.10.1</version.gifencoder>
<version.gson>2.11.0</version.gson>
<version.hikaricp>6.0.0</version.hikaricp>
<version.hibernate-core>6.4.4.Final</version.hibernate-core>
<version.hibernate-commons-annotations>7.0.1.Final</version.hibernate-commons-annotations>
<version.hibernate-ehcache>6.0.0.Alpha7</version.hibernate-ehcache>
<version.hibernate-hikaricp>6.4.4.Final</version.hibernate-hikaricp>
<version.irc-api>1.0-0015-jitsi-1</version.irc-api>
<version.iText-core>8.0.5</version.iText-core>
<version.jackson-core>2.18.0</version.jackson-core>
<version.jackson-databind>2.18.0</version.jackson-databind>
<version.jackson-annotations>2.18.0</version.jackson-annotations>
<version.jackson-jsog>1.1.2</version.jackson-jsog>
<version.jakarta.activation>2.0.2</version.jakarta.activation> <!-- net.clanwolf.starmap.mail -->
<version.jakarta.mail>2.0.3</version.jakarta.mail> <!-- net.clanwolf.starmap.mail -->
<version.jakarta.xml.bind-api>4.0.2</version.jakarta.xml.bind-api>
<version.javassist>3.30.2-GA</version.javassist>
<version.jetbrains-annotations>26.0.0</version.jetbrains-annotations>
<version.jetlang>0.2.23</version.jetlang>
<version.jnativehook>2.2.2</version.jnativehook>
<version.mariadb-connector>3.4.1</version.mariadb-connector>
<version.mchange-commons-java>0.3.1</version.mchange-commons-java>
<version.netty>4.1.106.Final</version.netty>
<version.persistence-api>3.2.0</version.persistence-api>
<version.pircbotx>2.3.1</version.pircbotx>
<version.slf4j>2.0.16</version.slf4j>
<version.springframework>6.1.13</version.springframework>
<version.springframework-spring-context>6.1.13</version.springframework-spring-context>
<version.springframework-security-config>6.3.3</version.springframework-security-config>
<version.teamspeak3-api>1.3.1</version.teamspeak3-api>
<version.tektosyne>6.2.0</version.tektosyne>
<version.thumbnailator>0.4.20</version.thumbnailator>
<version.transaction-api>2.0.1</version.transaction-api>
</properties>
<repositories>
<repository>
<id>central</id>
<name>central</name>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>sonatype</id>
<name>sonatype</name>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
<repository>
<id>jcenter</id>
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<modules>
<module>io.nadron.client</module>
<module>io.nadron.server</module>
<module>net.clanwolf.starmap.transfer</module>
<module>net.clanwolf.starmap.logging</module>
<module>net.clanwolf.starmap.server</module>
<module>net.clanwolf.starmap.client</module>
<module>net.clanwolf.starmap.client.preloader</module>
<module>net.clanwolf.starmap.client.packager</module>
<module>net.clanwolf.starmap.bots</module>
<module>net.clanwolf.starmap.mail</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${version.exec-maven-plugin}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${version.maven-plugin-api}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${version.maven-plugin-plugin}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.ferstl</groupId>
<artifactId>depgraph-maven-plugin</artifactId>
<version>${version.depgraph-maven-plugin}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<!-- ########################################################################################################### -->
<!-- ## ## -->
<!-- ## ## -->
<!-- ## BUILD ## -->
<!-- ## ## -->
<!-- ## ## -->
<!-- ########################################################################################################### -->
<build>
<plugins>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven</groupId>-->
<!-- <artifactId>maven-plugin-api</artifactId>-->
<!-- <version>${version.maven-plugin-api}</version>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M9</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${version.flatten-maven-plugin}</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.maven-compiler-plugin}</version>
<configuration>
<release>${version.java}</release>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<source>${version.java}</source>
<target>${version.java}</target>
</configuration>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${version.asm}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>