Project

General

Profile

1 16893 marek.hors
<?xml version="1.0" encoding="UTF-8"?>
2 33729 marek.hors
<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">
3 16893 marek.hors
	<parent>
4 18216 marek.hors
   		<groupId>eu.dnetlib</groupId>
5
        <artifactId>icm-iis-parent-container</artifactId>
6 35404 marek.hors
        <version>1.0.1-CDH-5.3.0-SNAPSHOT</version>
7 16893 marek.hors
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<artifactId>icm-iis-mainworkflows</artifactId>
10
	<packaging>jar</packaging>
11 35404 marek.hors
	<version>1.0.1-CDH-5.3.0-SNAPSHOT</version>
12 33414 marek.hors
13
	<scm>
14
	  <developerConnection>
15 33731 marek.hors
	    scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/icm-iis-mainworkflows/trunk
16 33414 marek.hors
	  </developerConnection>
17
	</scm>
18 26483 marek.hors
19 16893 marek.hors
	<properties>
20
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
	</properties>
22
	<dependencies>
23 17131 marek.hors
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25 34532 marek.hors
			<artifactId>icm-iis-schemas</artifactId>
26 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
27 34532 marek.hors
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30 17131 marek.hors
			<artifactId>icm-iis-import</artifactId>
31 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
32 28987 marek.hors
			<exclusions>
33
			<!-- conflicts with ingest-pmc dependency and causes failures -->
34
				<exclusion>
35
					<groupId>jgrapht</groupId>
36
					<artifactId>jgrapht</artifactId>
37
				</exclusion>
38
			</exclusions>
39 17131 marek.hors
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42 27314 marek.hors
			<artifactId>icm-iis-ingest-pmc</artifactId>
43 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
44 25991 marek.hors
			<exclusions>
45
				<exclusion>
46
					<groupId>org.mortbay.jetty</groupId>
47
					<artifactId>servlet-api</artifactId>
48
				</exclusion>
49
			</exclusions>
50 25575 marek.hors
		</dependency>
51
		<dependency>
52
			<groupId>eu.dnetlib</groupId>
53 34896 marek.hors
			<artifactId>icm-iis-ingest</artifactId>
54 34626 marek.hors
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
55 34429 marek.hors
		</dependency>
56
		<dependency>
57
			<groupId>eu.dnetlib</groupId>
58 18174 marek.hors
			<artifactId>icm-iis-export-actionmanager</artifactId>
59 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
60 18552 marek.hors
			<exclusions>
61
				<exclusion>
62
					<groupId>apache</groupId>
63
					<artifactId>commons-io</artifactId>
64
				</exclusion>
65
			</exclusions>
66 18174 marek.hors
		</dependency>
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69 17131 marek.hors
			<artifactId>icm-iis-metadataextraction</artifactId>
70 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
71 25204 marek.hors
				<exclusions>
72
					<exclusion>
73
						<groupId>org.mortbay.jetty</groupId>
74
						<artifactId>servlet-api</artifactId>
75
					</exclusion>
76 26483 marek.hors
					<!-- excluding duplicate -->
77
					<exclusion>
78
						<groupId>jdom</groupId>
79
						<artifactId>jdom</artifactId>
80
					</exclusion>
81 25204 marek.hors
				</exclusions>
82 17131 marek.hors
		</dependency>
83 19318 marek.hors
		<dependency>
84
			<groupId>eu.dnetlib</groupId>
85
			<artifactId>icm-iis-transformers</artifactId>
86 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
87 25106 marek.hors
			<exclusions>
88
				<exclusion>
89
					<groupId>org.mortbay.jetty</groupId>
90 25205 marek.hors
					<artifactId>jsp-api-2.1</artifactId>
91 25106 marek.hors
				</exclusion>
92 25149 marek.hors
				<exclusion>
93
					<groupId>org.mortbay.jetty</groupId>
94
					<artifactId>servlet-api-2.5</artifactId>
95
				</exclusion>
96 25108 marek.hors
				<!-- excluding provided libraries -->
97
				<exclusion>
98
					<groupId>org.apache.hbase</groupId>
99
					<artifactId>hbase</artifactId>
100
				</exclusion>
101 25106 marek.hors
			</exclusions>
102 19318 marek.hors
		</dependency>
103
		<dependency>
104
			<groupId>eu.dnetlib</groupId>
105 29016 marek.hors
			<artifactId>icm-iis-collapsers</artifactId>
106 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
107 29016 marek.hors
		</dependency>
108
		<dependency>
109
			<groupId>eu.dnetlib</groupId>
110 24846 marek.hors
			<artifactId>icm-iis-statistics</artifactId>
111 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
112 24846 marek.hors
		</dependency>
113
		<dependency>
114
			<groupId>eu.dnetlib</groupId>
115 34520 marek.hors
			<artifactId>uoa-iis-websiteusage</artifactId>
116 34626 marek.hors
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
117 34520 marek.hors
		</dependency>
118
		<dependency>
119
			<groupId>eu.dnetlib</groupId>
120 19318 marek.hors
			<artifactId>icm-iis-citationmatching</artifactId>
121 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
122 22137 marek.hors
			<exclusions>
123
				<exclusion>
124
					<!-- fixing slf4j multiple bindings issue -->
125
					<groupId>org.slf4j</groupId>
126
					<artifactId>slf4j-simple</artifactId>
127
				</exclusion>
128
			</exclusions>
129 19318 marek.hors
		</dependency>
130 19546 marek.hors
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>uoa-iis-referenceextraction</artifactId>
133 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
134 19546 marek.hors
		</dependency>
135 22402 marek.hors
		<dependency>
136
			<groupId>eu.dnetlib</groupId>
137
			<artifactId>uoa-iis-documentsclassification</artifactId>
138 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
139 22402 marek.hors
		</dependency>
140 22849 marek.hors
		<dependency>
141
			<groupId>eu.dnetlib</groupId>
142
			<artifactId>icm-iis-documentssimilarity</artifactId>
143 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
144 22849 marek.hors
		</dependency>
145 19819 marek.hors
		<!-- required after introducing 'provided' scope for hadoop libs -->
146
		<dependency>
147
			<groupId>org.apache.oozie</groupId>
148
			<artifactId>oozie-core</artifactId>
149
			<version>${iis.oozie.version}</version>
150 20196 marek.hors
			<!-- oozie-core doesn't seem to be provided on cluster!
151 19819 marek.hors
			<scope>provided</scope>
152 20196 marek.hors
			 -->
153 22137 marek.hors
			<exclusions>
154
				<exclusion>
155
					<!-- fixing slf4j multiple bindings issue -->
156
					<groupId>org.slf4j</groupId>
157
					<artifactId>slf4j-simple</artifactId>
158
				</exclusion>
159 25106 marek.hors
				<exclusion>
160 25149 marek.hors
					<groupId>org.mortbay.jetty</groupId>
161
					<artifactId>servlet-api-2.5</artifactId>
162
				</exclusion>
163 25212 marek.hors
				<exclusion>
164
					<groupId>javax.servlet.jsp</groupId>
165
					<artifactId>jsp-api</artifactId>
166
				</exclusion>
167 22137 marek.hors
			</exclusions>
168 19819 marek.hors
		</dependency>
169
		<dependency>
170
			<groupId>org.apache.hadoop</groupId>
171
			<artifactId>hadoop-hdfs</artifactId>
172
			<version>${iis.hadoop.hdfs.version}</version>
173
			<scope>provided</scope>
174 19869 marek.hors
			<exclusions>
175
				<!-- has to be excluded explicitly due to the missing
176
				org.apache.jasper.Constants.IS_SECURITY_ENABLED field.
177
				Otherwise tests fail. -->
178
				<exclusion>
179
					<groupId>tomcat</groupId>
180
					<artifactId>jasper-runtime</artifactId>
181
				</exclusion>
182
			</exclusions>
183 19819 marek.hors
		</dependency>
184 19833 marek.hors
		<dependency>
185
			<groupId>org.apache.hbase</groupId>
186 35404 marek.hors
			<artifactId>${iis.hbase.artifactid}</artifactId>
187 19833 marek.hors
			<version>${iis.hbase.version}</version>
188 37159 marek.hors
			<!-- hbase-client does not seem to be provided on cdh5 cluster -->
189
			<!--
190 19833 marek.hors
			<scope>provided</scope>
191 37159 marek.hors
			 -->
192 25204 marek.hors
			<exclusions>
193
				<exclusion>
194
					<groupId>org.mortbay.jetty</groupId>
195
					<artifactId>servlet-api-2.5</artifactId>
196
				</exclusion>
197 25205 marek.hors
				<exclusion>
198
					<groupId>org.mortbay.jetty</groupId>
199
					<artifactId>jsp-api-2.1</artifactId>
200
				</exclusion>
201 25204 marek.hors
			</exclusions>
202 19833 marek.hors
		</dependency>
203 25242 marek.hors
204 19980 marek.hors
		<dependency>
205
			<groupId>eu.dnetlib</groupId>
206
			<artifactId>icm-iis-core</artifactId>
207 34626 marek.hors
			<version>[1.0.0,2.0.0)</version>
208 19980 marek.hors
			<classifier>tests</classifier>
209 25242 marek.hors
			<scope>test</scope>
210 19980 marek.hors
		</dependency>
211
212 26483 marek.hors
		<dependency>
213
			<groupId>commons-io</groupId>
214
			<artifactId>commons-io</artifactId>
215
			<version>2.1</version>
216
		</dependency>
217
218 19462 marek.hors
		<!-- incompatible version is conveyed by icm-iis-citationmatching -->
219 19489 marek.hors
		<!-- unfortunatelly it adds JobACLsManager which breaks dependancy -->
220
		<!--
221 19462 marek.hors
		<dependency>
222
            <groupId>org.apache.hadoop</groupId>
223
            <artifactId>hadoop-client</artifactId>
224 19711 marek.hors
            <version>${iis.hadoop.version}</version>
225 19462 marek.hors
        </dependency>
226 19489 marek.hors
		 -->
227 18174 marek.hors
		<!-- Needed by Oozie tests { -->
228
		<dependency>
229 19819 marek.hors
			<groupId>org.apache.hadoop</groupId>
230
			<artifactId>hadoop-common</artifactId>
231
			<version>${iis.hadoop.common.version}</version>
232
			<scope>test</scope>
233
		</dependency>
234
		<dependency>
235 18174 marek.hors
			<groupId>org.apache.oozie</groupId>
236
			<artifactId>oozie-core</artifactId>
237 19711 marek.hors
			<version>${iis.oozie.version}</version>
238 18174 marek.hors
			<type>test-jar</type>
239
			<scope>test</scope>
240 25212 marek.hors
			<exclusions>
241
				<exclusion>
242
					<groupId>javax.servlet.jsp</groupId>
243
					<artifactId>jsp-api</artifactId>
244
				</exclusion>
245
			</exclusions>
246 18174 marek.hors
		</dependency>
247 23893 marek.hors
		<!-- PigMain was moved to oozie-sharelib-pig since cdh4.3.1 -->
248 18174 marek.hors
		<dependency>
249 23893 marek.hors
			<groupId>org.apache.oozie</groupId>
250
			<artifactId>oozie-sharelib-pig</artifactId>
251
			<version>${iis.oozie.version}</version>
252
			<scope>test</scope>
253
		</dependency>
254 23895 marek.hors
		<!-- StreamingMain was moved to oozie-sharelib-pig since cdh4.3.1 -->
255 23893 marek.hors
		<dependency>
256 23895 marek.hors
			<groupId>org.apache.oozie</groupId>
257
			<artifactId>oozie-sharelib-streaming</artifactId>
258
			<version>${iis.oozie.version}</version>
259
			<scope>test</scope>
260
		</dependency>
261
		<dependency>
262 18174 marek.hors
			<groupId>org.apache.hadoop</groupId>
263
			<artifactId>hadoop-hdfs</artifactId>
264 19711 marek.hors
			<version>${iis.hadoop.hdfs.version}</version>
265 18174 marek.hors
			<type>test-jar</type>
266
			<scope>test</scope>
267
		</dependency>
268
		<dependency>
269
			<groupId>org.apache.hadoop</groupId>
270
			<artifactId>hadoop-test</artifactId>
271 19711 marek.hors
			<version>${iis.hadoop.test.version}</version>
272 18174 marek.hors
			<scope>test</scope>
273
		</dependency>
274
		<dependency>
275
			<groupId>org.apache.hadoop</groupId>
276
			<artifactId>hadoop-common</artifactId>
277 19711 marek.hors
			<version>${iis.hadoop.common.version}</version>
278 18174 marek.hors
			<type>test-jar</type>
279
			<scope>test</scope>
280
		</dependency>
281 16893 marek.hors
	</dependencies>
282
	<build>
283 18174 marek.hors
		<plugins>
284
			<!-- Plugin that generates Java classes from Avro schemas -->
285
			<plugin>
286
				<groupId>org.apache.avro</groupId>
287
				<artifactId>avro-maven-plugin</artifactId>
288
				<executions>
289
					<execution>
290
						<phase>generate-test-sources</phase>
291
						<goals>
292
							<goal>schema</goal>
293
							<goal>idl-protocol</goal>
294
						</goals>
295
						<configuration>
296
							<sourceDirectory>${project.basedir}/src/test/resources/eu/dnetlib/iis/mainworkflows/schemas</sourceDirectory>
297
							<outputDirectory>${project.basedir}/target/generated-sources/java/</outputDirectory>
298
						</configuration>
299
					</execution>
300
				</executions>
301
			</plugin>
302
			<!-- This plugin makes the Maven->Update Project Configuration
303
			not forget about the "target/generated-sources/java" source path-->
304 18216 marek.hors
305 18174 marek.hors
			<plugin>
306
			    <groupId>org.codehaus.mojo</groupId>
307
			    <artifactId>build-helper-maven-plugin</artifactId>
308 18216 marek.hors
			    <version>1.8</version>
309 18174 marek.hors
			    <executions>
310
			        <execution>
311 18216 marek.hors
			            <id>add-test-source</id>
312 18195 marek.hors
			            <phase>generate-test-sources</phase>
313 18174 marek.hors
			            <goals>
314 18216 marek.hors
			                <goal>add-test-source</goal>
315 18174 marek.hors
			            </goals>
316
			            <configuration>
317
			                <sources>
318
			                    <source>${project.build.directory}/generated-sources/java/</source>
319
			                </sources>
320
			            </configuration>
321
			        </execution>
322
			    </executions>
323
			 </plugin>
324
		</plugins>
325
		<pluginManagement>
326 18216 marek.hors
327
328
		<plugins>
329
			<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
330
			<plugin>
331
				<groupId>org.eclipse.m2e</groupId>
332
				<artifactId>lifecycle-mapping</artifactId>
333
				<version>1.0.0</version>
334
				<configuration>
335
					<lifecycleMappingMetadata>
336
						<pluginExecutions>
337
							<pluginExecution>
338
								<pluginExecutionFilter>
339
									<groupId>org.apache.avro</groupId>
340
									<artifactId>
341
										avro-maven-plugin
342
									</artifactId>
343
									<versionRange>
344
										[1.7.3,)
345
									</versionRange>
346
									<goals>
347
										<goal>idl-protocol</goal>
348
										<goal>schema</goal>
349
									</goals>
350
								</pluginExecutionFilter>
351
								<action>
352 33729 marek.hors
									<ignore />
353 18216 marek.hors
								</action>
354
							</pluginExecution>
355
							<pluginExecution>
356
								<pluginExecutionFilter>
357
									<groupId>org.codehaus.mojo</groupId>
358
									<artifactId>
359
										build-helper-maven-plugin
360
									</artifactId>
361
									<versionRange>[1.7,)</versionRange>
362
									<goals>
363
										<goal>add-test-source</goal>
364
									</goals>
365
								</pluginExecutionFilter>
366
								<action>
367 33729 marek.hors
									<ignore />
368 18216 marek.hors
								</action>
369
							</pluginExecution>
370
						</pluginExecutions>
371
					</lifecycleMappingMetadata>
372
				</configuration>
373
			</plugin>
374
		</plugins>
375 18174 marek.hors
		</pluginManagement>
376 16893 marek.hors
	</build>
377
</project>