-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpom.xml
324 lines (308 loc) · 12.5 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
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.taverna</groupId>
<artifactId>apache-taverna-parent</artifactId>
<version>4-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.taverna.language</groupId>
<artifactId>apache-taverna-language</artifactId>
<version>0.16.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Taverna Language APIs (Scufl2, Databundle)</name>
<description>Taverna Language API for workflow definitions (SCUFL2)
and workflow inputs/outputs/run (DataBundle).
</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes combine.children="append">
<!-- Following excludes needed for taverna-scufl2-rdf,
taverna-scufl2-integration-tests and taverna-scufl2-validation-integration
subfolders that should be modules but are not. -->
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/</exclude>
<exclude>**/target/</exclude>
<!-- No headers in JSON which haven't got comments ... -->
<exclude>**/*.json</exclude>
<!-- Really a binary format, but must look like text -->
<exclude>**/mimetype</exclude>
<!-- Effectively a binary format -->
<exclude>**/*.url</exclude>
<!-- Cannot contain comments; content must match program output. -->
<exclude>/src/test/resources/org/apache/taverna/scufl2/api/io/HelloWorld.txt</exclude>
<exclude>/src/test/resources/as.txt</exclude>
<!-- Expanded data bundle. Generated. -->
<exclude>/src/test/resources/full-example/ebi-wfrun-2013-05-31/</exclude>
<!-- Test COMBINE archives. Skeleton only (files empty) -->
<exclude>/src/test/resources/combine/aslanidi_purkinje_model_skeleton.zip</exclude>
<exclude>/src/test/resources/combine/Boris-skeleton.omex</exclude>
<exclude>/src/test/resources/combine/DirectoryMadnessZipped-skeleton.omex</exclude>
<exclude>/src/test/resources/combine/DirectoryMadness-skeleton.omex</exclude>
<!-- Our own test documents - contains LICENSE -->
<exclude>src/test/resources/document.odt</exclude>
<exclude>src/test/resources/workflowrun.bundle.zip</exclude>
<!--
Below exclusions are for
externally sourced/derived files
that must be acknowledged in
NOTICE (and/or */src/*/resources/META-INF/NOTICE)
-->
<!-- W3C license -->
<exclude>**/xml.xsd</exclude>
<exclude>**/xenc-schema.xsd</exclude>
<exclude>**/xmldsig-core-schema.xsd</exclude>
</excludes>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>add-licenses</id>
<phase>generate-sources</phase>
<goals>
<goal>aggregate-add-third-party</goal>
</goals>
<configuration>
<excludedGroups>.*(mygrid|taverna).*</excludedGroups>
<useMissingFile>true</useMissingFile>
<missingFile>src/license/THIRD-PARTY.properties</missingFile>
<licenseMerges>
<licenseMerge>The Apache Software License, Version 2.0|Apache 2|Apache License|Apache License, Version 2.0|Apache Public License 2.0|Apache License Version 2.0|Apache Software License 2.0|Apache Software License - Version 2.0</licenseMerge>
<licenseMerge>The BSD License|BSD|BSD License|BSD-style license|BSD style|Aduna BSD license|Aduna BSD-style license</licenseMerge>
<licenseMerge>MIT License|The MIT License|MIT license</licenseMerge>
<licenseMerge>GNU Lesser General Public License|GNU LESSER GENERAL PUBLIC LICENSE|GNU Library or Lesser General Public License|LGPL</licenseMerge>
<licenseMerge>Common Development and Distribution License (CDDL) v1.0|CDDL 1.1|COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</licenseMerge>
<licenseMerge>Eclipse Public License, Version 1.0|Eclipse Public License</licenseMerge>
</licenseMerges>
</configuration>
</execution>
</executions>
</plugin>
-->
</plugins>
<pluginManagement>
<plugins>
<plugin>
<!-- replaces maven-jaxb2-plugin -->
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<sourceRoot>${basedir}/target/generated-sources/cxf-xjc</sourceRoot>
</configuration>
<dependencies>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>${activation.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<!-- JENA-1474: jena-maven-tools was not included in 3.7.0; we'll downgrade -->
<groupId>org.apache.jena</groupId>
<artifactId>jena-maven-tools</artifactId>
<version>3.6.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-taverna-language.git</connection>
<developerConnection>scm:git:git@github.com:apache/incubator-taverna-language.git</developerConnection>
<url>https://github.com/apache/incubator-taverna-language</url>
<tag>HEAD</tag>
</scm>
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<!-- TODO: Remove from below when these versions have
been updated in taverna-parent 4 -->
<properties>
<!-- Fixes TAVERNA-1027 / JENA-1462 -->
<jena.version>3.7.0</jena.version>
<!-- Java 9 compatible jaxb -->
<jaxb.version>2.3.0</jaxb.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jdom</artifactId>
<version>${jdom2.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-osgi</artifactId>
<version>${jaxb.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>${jaxen.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>${commons.beanutils.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Common dependencies on jena-osgi, which requires some
additional dependencies to be a happy OSGi bundle -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-osgi</artifactId>
<version>${jena.version}</version>
</dependency>
<!-- TODO: Remove for Jena 3.8.x which has inbuilt xerces -->
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.xerces</artifactId>
<version>${servicemix.xerces.version}</version>
</dependency>
<!-- Needed by Jena -->
<dependency>
<groupId>com.github.andrewoma.dexx</groupId>
<artifactId>collection</artifactId>
<version>${dexx.collection.version}</version>
</dependency>
<!-- Needed for Java 9+ -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-osgi</artifactId>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>${activation.version}</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>all</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>taverna-baclava-language</module>
<module>taverna-databundle</module>
<module>taverna-ro-vocabs</module>
<module>taverna-robundle</module>
<module>taverna-scufl2-annotation</module>
<module>taverna-scufl2-api</module>
<module>taverna-scufl2-examples</module>
<module>taverna-scufl2-integration-tests</module>
<module>taverna-scufl2-schemas</module>
<module>taverna-scufl2-scufl</module>
<module>taverna-scufl2-t2flow</module>
<module>taverna-scufl2-ucfpackage</module>
<module>taverna-scufl2-wfbundle</module>
<module>taverna-tavlang-tool</module>
<module>taverna-scufl2-wfdesc</module>
<module>taverna-scufl2-cwl</module>
</modules>
</profile>
<profile>
<id>android</id>
<!--<activation>
<property>
<name>environment</name>
<value>android</value>
</property>
</activation>
-->
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<modules>
<module>taverna-ro-vocabs</module>
<module>taverna-baclava-language</module>
<module>taverna-scufl2-annotation</module>
<module>taverna-scufl2-api</module>
<module>taverna-scufl2-examples</module>
<module>taverna-scufl2-integration-tests</module>
<module>taverna-scufl2-schemas</module>
<module>taverna-scufl2-scufl</module>
<module>taverna-scufl2-t2flow</module>
<module>taverna-scufl2-ucfpackage</module>
<module>taverna-scufl2-wfbundle</module>
<module>taverna-tavlang-tool</module>
</modules>
</profile>
</profiles>
</project>