-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
491 lines (481 loc) · 18.4 KB
/
pom.xml
File metadata and controls
491 lines (481 loc) · 18.4 KB
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013 CoreMedia AG
~
~ This file is part of Joala.
~
~ Joala is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Joala is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Joala. If not, see <http://www.gnu.org/licenses />.
-->
<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>net.joala</groupId>
<artifactId>joala-bom</artifactId>
<version>3.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Joala BOM</name>
<description><![CDATA[
This is the aggregator for the Joala project as well as the BOM (Bill of Materials) POM for Joala.
]]></description>
<url>http://coremedia.github.com/joala</url>
<inceptionYear>2011</inceptionYear>
<organization>
<name>CoreMedia GmbH</name>
<url>http://coremedia.github.io/joala/</url>
</organization>
<licenses>
<license>
<name>GNU General Public License, Version 3</name>
<url>http://www.gnu.org/licenses/gpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mmichael</id>
<name>Mark Michaelis</name>
<email>mark.michaelis@coremedia.com</email>
<organization>CoreMedia AG</organization>
<organizationUrl>http://www.coremedia.com/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>fwienber</id>
<name>Frank Wienberg</name>
<email>frank.wienberg@coremedia.com</email>
<organization>CoreMedia AG</organization>
<organizationUrl>http://www.coremedia.com/</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>okummer</id>
<name>Olaf Kummer</name>
<email>olaf.kummer@coremedia.com</email>
<organization>CoreMedia AG</organization>
<organizationUrl>http://www.coremedia.com/</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>cweitend</id>
<name>Christian Weitendorf</name>
<email>christian.weitendorf@coremedia.com</email>
<organization>CoreMedia AG</organization>
<organizationUrl>http://www.coremedia.com/</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>mwester</id>
<name>Matthias Wester-Ebbinghaus</name>
<email>matthias.wester-ebbinghaus@coremedia.com</email>
<organization>CoreMedia AG</organization>
<organizationUrl>http://www.coremedia.com/</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<modules>
<module>parent</module>
<module>thirdparty-bom</module>
<module>thirdparty-test-bom</module>
</modules>
<scm>
<connection>scm:git:git@github.com:CoreMedia/joala.git</connection>
<developerConnection>scm:git:git@github.com:CoreMedia/joala.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/CoreMedia/joala</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/CoreMedia/joala/issues</url>
</issueManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<generated.sources.root>${project.build.directory}/generated-sources</generated.sources.root>
<!-- Signals to ignore approved non-compile dependencies which are recognized as unused. -->
<dependency.ignore.approved.noncompile>true</dependency.ignore.approved.noncompile>
<dependency.fail.onwarning>true</dependency.fail.onwarning>
<gpg.passphrase>UNSET</gpg.passphrase>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-conditions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-expressions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-expressions-library</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-matchers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-labs-data</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-bdd</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-testlets</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-labs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-labs-net</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-labs-junit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>joala-time</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<!-- see http://code.google.com/p/sortpom/ -->
<!-- To start: mvn com.google.code.sortpom:maven-sortpom-plugin:sort -->
<plugin>
<groupId>com.google.code.sortpom</groupId>
<artifactId>maven-sortpom-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<!-- POM Code Convention - http://maven.apache.org/developers/conventions/code.html#POM_Code_Convention -->
<sortOrderFile>recommended_2008_06.xml</sortOrderFile>
<createBackupFile>false</createBackupFile>
<expandEmptyElements>false</expandEmptyElements>
<sortDependencies>true</sortDependencies>
<sortPlugins>false</sortPlugins>
<keepBlankLines>true</keepBlankLines>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<skipIfEmpty>true</skipIfEmpty>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<forced>false</forced>
<manifestEntries>
<Built-By>CoreMedia</Built-By>
<Build-Jdk>${java.version}</Build-Jdk>
<Implementation-Title>${project.name} - ${project.artifactId}</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Build>${maven.build.timestamp}</Implementation-Build>
<Implementation-Vendor-Id>com.coremedia</Implementation-Vendor-Id>
<Implementation-Vendor>CoreMedia AG</Implementation-Vendor>
<X-Compile-Source-JDK>${maven.compiler.release}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${maven.compiler.release}</X-Compile-Target-JDK>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<arguments>-Psonatype-oss-release -Dgpg.passphrase=${gpg.passphrase}</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
<!--
| if we don't do clean install javadoc aggregation will fail in release:perform because
| aggregated javadoc for root project will run before the deploy goal of the submodules and therefore
| also before the install of the submodules
-->
<preparationGoals>clean install</preparationGoals>
<goals>deploy site-deploy</goals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<releaseProfiles>release</releaseProfiles>
<tagNameFormat>joala-@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
<configuration>
<generateSitemap>true</generateSitemap>
<skipDeploy>true</skipDeploy>
</configuration>
<dependencies>
<dependency>
<!--
| allows markdown syntax for site generation. To use it place files below
| src/site/markdown/[filename].md
-->
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<configuration>
<server>github</server>
<message>Site for ${project.artifactId}:${project.version}</message>
<!-- The location where the site is uploaded -->
<path>${project.distributionManagement.site.url}</path>
<!-- Use merge or override the content -->
<merge>true</merge>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<!-- select the Maven phase in which the plugin will be executed -->
<phase>site-deploy</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<!-- Make it available in IDE -->
<groupId>com.google.code.sortpom</groupId>
<artifactId>maven-sortpom-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
<DependencyConvergence/>
<requireNoRepositories>
<message>Best Practice is to never define repositories in pom.xml (use a repository manager instead)
</message>
<allowedRepositories>
<allowedRepository>sonatype-nexus-snapshots</allowedRepository>
</allowedRepositories>
</requireNoRepositories>
<requirePluginVersions>
<message>Best Practice is to always define plugin versions!</message>
</requirePluginVersions>
<requireUpperBoundDeps/>
<bannedDependencies>
<message><![CDATA[
Joala tries to avoid having any of the following dependencies:
* Logging frameworks different to slf4j because we recommend and use slf4j. Use
appropriate slf4j bridges to support commons-logging etc. from thirdparty
dependencies.
* Alternative Hamcrest Implementations - as Joala uses Hamcrest Libraries for
Matchers they collide with junit:junit prior to JUnit 4.11. The same applies
to artifacts like mockito-all.
* Joala Labs: Joala Labs are experimental and thus they must not leak into
any transitive dependency inside the Joala project.
]]></message>
<searchTransitive>true</searchTransitive>
<excludes>
<exclude>*:commons-logging</exclude>
<!-- Mockito-All: Collides with used hamcrest version. -->
<exclude>org.mockito:mockito-all</exclude>
<exclude>*:log4j</exclude>
<!-- Use junit instead; since JUnit 4.11 -->
<exclude>junit:junit-dep</exclude>
<!-- joala-labs must only be used internally -->
<exclude>${project.groupId}:joala-labs-junit:*:jar:compile</exclude>
<exclude>${project.groupId}:joala-labs-junit:*:jar:runtime</exclude>
<exclude>${project.groupId}:joala-labs-net:*:jar:compile</exclude>
<exclude>${project.groupId}:joala-labs-net:*:jar:runtime</exclude>
<exclude>${project.groupId}:joala-labs-data:*:jar:compile</exclude>
<exclude>${project.groupId}:joala-labs-data:*:jar:runtime</exclude>
</excludes>
</bannedDependencies>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<id>attach-descriptor</id>
<goals>
<goal>attach-descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Deploy the web site -->
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>analyze-dependencies</id>
<goals>
<goal>analyze-only</goal>
</goals>
<configuration>
<failOnWarning>${dependency.fail.onwarning}</failOnWarning>
</configuration>
</execution>
<execution>
<id>analyze-dependency-duplicates</id>
<goals>
<goal>analyze-duplicate</goal>
</goals>
<phase>verify</phase>
</execution>
<execution>
<id>analyze-dependency-management</id>
<goals>
<goal>analyze-dep-mgt</goal>
</goals>
<phase>verify</phase>
<configuration>
<failBuild>${dependency.fail.onwarning}</failBuild>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>