forked from apache/marmotta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
491 lines (444 loc) · 21.9 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
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"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<parent>
<groupId>org.apache.marmotta</groupId>
<artifactId>marmotta-parent</artifactId>
<version>3.3.0</version>
<relativePath>parent</relativePath>
</parent>
<artifactId>marmotta-reactor</artifactId>
<packaging>pom</packaging>
<name>Apache Marmotta</name>
<description>Open implementation of the Linked Data Platform</description>
<url>http://marmotta.apache.org</url>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
<inceptionYear>2012</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>dglachs</id>
<name>Dietmar Glachs</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>fchrist</id>
<name>Fabian Christ</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>jakob</id>
<name>Jakob Frank</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>nandana</id>
<name>Nandana Mihindukulasooriya</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>rwesten</id>
<name>Rupert Westenthaler</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>sschaffert</id>
<name>Sebastian Schaffert</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>wikier</id>
<name>Sergio Fernández</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>tkurz</id>
<name>Thomas Kurz </name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>rpalmieri</id>
<name>Raffaele Palmieri</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
<developer>
<id>ansell</id>
<name>Peter Ansell</name>
<email>[email protected]</email>
<organization>The Apache Software Foundation</organization>
</developer>
</developers>
<contributors>
<contributor>
<name>Oliver Janner</name>
<organization>Salzburg Research</organization>
</contributor>
<contributor>
<name>Viktor Gal</name>
<url>http://github.com/vigsterkr</url>
<organization>Gravity R&D</organization>
</contributor>
<contributor>
<name>Chris Beer</name>
<url>http://cbeer.info/</url>
</contributor>
<contributor>
<name>Mark A. Matienzo</name>
<url>http://matienzo.org/</url>
<organization>Digital Public Library of America</organization>
<organizationUrl>http://dp.la/</organizationUrl>
</contributor>
</contributors>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
<scm>
<url>https://git-wip-us.apache.org/repos/asf/marmotta.git</url>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/marmotta.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/marmotta.git</developerConnection>
<tag>3.3.0</tag>
</scm>
<issueManagement>
<system>Jira</system>
<url>http://issues.apache.org/jira/browse/MARMOTTA</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>users</name>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/marmotta-users/</archive>
<otherArchives>
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.marmotta.users</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>dev</name>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/marmotta-dev/</archive>
<otherArchives>
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.marmotta.dev</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>commits</name>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/marmotta-commits/</archive>
<otherArchives>
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.marmotta.commits</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<!-- release management -->
<build>
<plugins>
<!-- do not install / deploy reactor -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<!-- don't ask for every submodule -->
<autoVersionSubmodules>true</autoVersionSubmodules>
<!-- do not fetch over the Internet the whole repository -->
<localCheckout>true</localCheckout>
<!-- the name of the tag of a release in GIT -->
<tagNameFormat>@{version}</tagNameFormat>
<!-- the profiles to run for the release -->
<arguments>-Pinstaller,marmotta-release,sign,kiwi ${arguments}</arguments>
<!-- make sure all dependencies are available -->
<preparationGoals>clean install</preparationGoals>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<!-- mysql README -->
<exclude>README.mysql</exclude>
<!-- Modules are checked individually -->
<exclude>parent/**</exclude>
<exclude>build/**</exclude>
<exclude>client/**</exclude>
<exclude>commons/**</exclude>
<exclude>extras/**</exclude>
<exclude>launchers/**</exclude>
<exclude>libraries/**</exclude>
<exclude>loader/**</exclude>
<exclude>platform/**</exclude>
<!-- Some extra files not covered by the default excludes -->
<exclude>.git/**</exclude>
<exclude>.gitignore</exclude>
<exclude>.idea/**</exclude>
<exclude>atlassian-ide-plugin.xml</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<!-- modified Apache Release profile (copied and modified from Apache Jackrabbit) -->
<profile>
<id>marmotta-release</id>
<properties>
<username>${user.name}</username>
<keyfile>${user.home}/.ssh/id_rsa</keyfile>
<passphrase />
</properties>
<build>
<plugins>
<!-- ensure that all license headers are present -->
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- sign artifacts on release -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<excludes>
<exclude>**/*.asc</exclude>
<exclude>**/*.md5</exclude>
<exclude>**/*.sha1</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<!-- attach sources and javadocs to deploy on release -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- assemble the project source artifacts -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<descriptors>
<descriptor>assembly.xml</descriptor>
</descriptors>
<finalName>apache-marmotta-${project.version}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
</plugin>
<!-- JCR-2455: Automatic staging of non-Maven release artifacts -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>default-cli</id>
<goals>
<goal>run</goal>
</goals>
<phase>deploy</phase>
<configuration>
<tasks>
<mkdir dir="${basedir}/target/${project.version}" />
<copy todir="${basedir}/target/${project.version}" flatten="true">
<fileset dir="${basedir}">
<include name="KEYS" />
<include name="target/*-src.zip*" />
<include name="launchers/marmotta-webapp/target/*-webapp.zip*" />
<include name="launchers/marmotta-installer/target/*-installer.zip*" />
<include name="libraries/ldpath/ldpath-ldquery-cli/target/*-ldquery.zip*" />
<include name="target/*-src.tar.gz*" />
<include name="launchers/marmotta-webapp/target/*-webapp.tar.gz*" />
<include name="launchers/marmotta-installer/target/*-installer.tar.gz*" />
<include name="libraries/ldpath/ldpath-ldquery-cli/target/*-ldquery.tar.gz*" />
<exclude name="*.asc.asc" />
</fileset>
</copy>
<checksum algorithm="MD5" fileext=".md5">
<fileset dir="${basedir}/target/${project.version}">
<include name="*.zip" />
<include name="*.tar.gz" />
</fileset>
</checksum>
<checksum algorithm="SHA1" fileext=".sha1">
<fileset dir="${basedir}/target/${project.version}">
<include name="*.zip" />
<include name="*.tar.gz" />
</fileset>
</checksum>
<exec executable="./build/git-tag-revision.sh" outputproperty="checksum.git" os="Linux,Solaris,Mac OS X">
<arg value="${project.version}" />
</exec>
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-installer.zip" algorithm="SHA1" property="checksum.installer.zip" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-installer.tar.gz" algorithm="SHA1" property="checksum.installer.tgz" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-ldquery.zip" algorithm="SHA1" property="checksum.ldquery.zip" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-ldquery.tar.gz" algorithm="SHA1" property="checksum.ldquery.tgz" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-src.zip" algorithm="SHA1" property="checksum.src.zip" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-src.tar.gz" algorithm="SHA1" property="checksum.src.tgz" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-webapp.zip" algorithm="SHA1" property="checksum.webapp.zip" />
<checksum file="${basedir}/target/${project.version}/apache-marmotta-${project.version}-webapp.tar.gz" algorithm="SHA1" property="checksum.webapp.tgz" />
<echo file="${basedir}/target/vote.txt">
From: ${username}@apache.org
Subject: [VOTE] Release Apache Marmotta ${project.version}
A candidate for the Marmotta ${project.version} release is available at:
https://dist.apache.org/repos/dist/dev/marmotta/${project.version}/
The release candidate is based on the sources tagged with ${project.version} in:
https://git-wip-us.apache.org/repos/asf/marmotta.git
The checksum of this commit is ${checksum.git}
The release candidate consists of the following source distribution archives:
- apache-marmotta-${project.version}-src.[zip|tar.gz]
SHA1 of ZIP: ${checksum.src.zip}
SHA1 of TGZ: ${checksum.src.tgz}
In addition, the following supplementary binary distributions are provided:
- apache-marmotta-${project.version}-installer.[zip|tar.gz]
SHA1 of ZIP: ${checksum.installer.zip}
SHA1 of TGZ: ${checksum.installer.tgz}
- apache-marmotta-${project.version}-ldquery.[zip|tar.gz]
SHA1 of ZIP: ${checksum.ldquery.zip}
SHA1 of TGZ: ${checksum.ldquery.tgz}
- apache-marmotta-${project.version}-webapp.[zip|tar.gz]
SHA1 of ZIP: ${checksum.webapp.zip}
SHA1 of TGZ: ${checksum.webapp.tgz}
A staged Maven repository is available for review at:
https://repository.apache.org/
Please vote on releasing this package as Apache Marmotta ${project.version}.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Marmotta PMC votes are cast.
[ ] +1 Release this package as Apache Marmotta ${project.version}
[ ] 0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...${line.separator}
</echo>
<echo />
<echo>
The release candidate has been prepared in:
${basedir}/target/${project.version}
Please deploy it to https://dist.apache.org/repos/dist/dev/marmotta/:
cd /path/to/marmotta-dev
mv ${basedir}/target/${project.version} ${project.version}
svn add ${project.version}
svn commit -m 'Apache Marmotta ${project.version} release candidate' ${project.version}
A release vote template has been generated for you:
file://${basedir}/target/vote.txt
</echo>
<echo />
</tasks>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<modules>
<module>parent</module>
<module>build</module>
<module>client</module>
<module>commons</module>
<module>extras</module>
<module>launchers</module>
<module>libraries</module>
<module>loader</module>
<module>platform</module>
</modules>
</project>