Project

General

Profile

1 18577 marek.hors
<?xml version="1.0" encoding="UTF-8"?>
2 33614 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 18577 marek.hors
	<parent>
4 26488 marek.hors
    		<groupId>eu.dnetlib</groupId>
5
	        <artifactId>icm-iis-parent-container</artifactId>
6 35415 marek.hors
            <version>1.0.1-CDH-5.3.0-SNAPSHOT</version>
7 26488 marek.hors
	</parent>
8 18577 marek.hors
	<modelVersion>4.0.0</modelVersion>
9
	<artifactId>uoa-iis-documentsclassification</artifactId>
10
	<packaging>jar</packaging>
11 35415 marek.hors
	<version>1.0.1-CDH-5.3.0-SNAPSHOT</version>
12 33425 marek.hors
13
	<scm>
14
	  <developerConnection>
15 33616 marek.hors
	    scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-iis-documentsclassification/trunk
16 33425 marek.hors
	  </developerConnection>
17
	</scm>
18 26488 marek.hors
19 18577 marek.hors
	<properties>
20
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
	</properties>
22
	<dependencies>
23 22326 dominika.t
<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>icm-iis-core</artifactId>
26 34632 marek.hors
			<version>[1.0.0,2.0.0)</version>
27 22326 dominika.t
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>icm-iis-core</artifactId>
31 34632 marek.hors
			<version>[1.0.0,2.0.0)</version>
32 22326 dominika.t
			<type>test-jar</type>
33
			<scope>test</scope>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>icm-iis-schemas</artifactId>
38 34632 marek.hors
			<version>[1.0.0,2.0.0)</version>
39 22326 dominika.t
		</dependency>
40
41
		<!-- required after introducing 'provided' scope for hadoop libs -->
42
		<dependency>
43
			<groupId>org.apache.hadoop</groupId>
44
			<artifactId>hadoop-hdfs</artifactId>
45
			<version>${iis.hadoop.hdfs.version}</version>
46
			<scope>provided</scope>
47
		</dependency>
48
		<dependency>
49
			<groupId>org.apache.oozie</groupId>
50
			<artifactId>oozie-core</artifactId>
51
			<version>${iis.oozie.version}</version>
52
53
		</dependency>
54 35415 marek.hors
		<dependency>
55 22326 dominika.t
			<groupId>org.apache.hadoop</groupId>
56 35415 marek.hors
			<artifactId>${iis.hadoop.common.artifactid}</artifactId>
57 22326 dominika.t
			<version>${iis.hadoop.common.version}</version>
58
		</dependency>
59
		<!-- Needed by our Hadoop Streaming workflow node {-->
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>icm-iis-3rdparty-avro-json</artifactId>
63 34632 marek.hors
			<version>[1.0,2.0)</version>
64 22326 dominika.t
		</dependency>
65
		<dependency>
66
			<groupId>org.apache.hadoop</groupId>
67
			<artifactId>hadoop-streaming</artifactId>
68
			<version>${iis.hadoop.streaming.version}</version>
69
			<exclusions>
70
				<exclusion>
71
					<groupId>org.apache.hadoop</groupId>
72
            		<artifactId>hadoop-core</artifactId>
73
				</exclusion>
74
			</exclusions>
75
		</dependency>
76
		<!-- Needed by our Hadoop Streaming workflow node }-->
77
		<!-- Needed by Oozie tests { -->
78
		<dependency>
79
			<groupId>org.apache.oozie</groupId>
80
			<artifactId>oozie-core</artifactId>
81
			<version>${iis.oozie.version}</version>
82
			<type>test-jar</type>
83
			<scope>test</scope>
84
		</dependency>
85 24187 dominika.t
        <dependency>
86
            <groupId>org.apache.oozie</groupId>
87
            <artifactId>oozie-sharelib-streaming</artifactId>
88
            <version>${iis.oozie.version}</version>
89
            <type>jar</type>
90
        </dependency>
91 22326 dominika.t
		<dependency>
92
			<groupId>org.apache.hadoop</groupId>
93
			<artifactId>hadoop-hdfs</artifactId>
94
			<version>${iis.hadoop.hdfs.version}</version>
95
			<type>test-jar</type>
96
			<scope>test</scope>
97
		</dependency>
98
		<dependency>
99
			<groupId>org.apache.hadoop</groupId>
100
			<artifactId>hadoop-test</artifactId>
101
			<version>${iis.hadoop.test.version}</version>
102
			<scope>test</scope>
103
		</dependency>
104
		<dependency>
105
			<groupId>org.apache.hadoop</groupId>
106 35415 marek.hors
			<artifactId>${iis.hadoop.common.artifactid}</artifactId>
107 22326 dominika.t
			<version>${iis.hadoop.common.version}</version>
108
			<type>test-jar</type>
109
			<scope>test</scope>
110
		</dependency>
111
		<!-- Needed by Oozie tests } -->
112
		<dependency>
113
			<groupId>eu.dnetlib</groupId>
114
			<artifactId>uoa-iis-3rdparty-madis</artifactId>
115 34632 marek.hors
			<version>[1.0.0,2.0.0)</version>
116 24187 dominika.t
        </dependency>
117 18577 marek.hors
	</dependencies>
118
	<build>
119
		<plugins>
120 22326 dominika.t
			<!-- This plugin makes the Maven->Update Project Configuration not forget
121
				about the "target/generated-sources/java" source path -->
122
			<plugin>
123
				<groupId>org.codehaus.mojo</groupId>
124
				<artifactId>build-helper-maven-plugin</artifactId>
125
				<executions>
126
					<execution>
127
						<id>add-source</id>
128
						<phase>generate-sources</phase>
129
						<goals>
130
							<goal>add-source</goal>
131
						</goals>
132
						<configuration>
133
							<sources>
134
								<source>${project.build.directory}/generated-sources/java/</source>
135
							</sources>
136
						</configuration>
137
					</execution>
138
				</executions>
139
			</plugin>
140 18577 marek.hors
		</plugins>
141
		<pluginManagement>
142 22401 marek.hors
		<plugins>
143
			<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
144
			<plugin>
145
				<groupId>org.eclipse.m2e</groupId>
146
				<artifactId>lifecycle-mapping</artifactId>
147
				<version>1.0.0</version>
148
				<configuration>
149
					<lifecycleMappingMetadata>
150
						<pluginExecutions>
151
							<pluginExecution>
152
								<pluginExecutionFilter>
153
									<groupId>org.codehaus.mojo</groupId>
154
									<artifactId>
155
										build-helper-maven-plugin
156
									</artifactId>
157
									<versionRange>[1.8,)</versionRange>
158
									<goals>
159
										<goal>add-source</goal>
160
									</goals>
161
								</pluginExecutionFilter>
162
								<action>
163 33614 marek.hors
									<ignore />
164 22401 marek.hors
								</action>
165
							</pluginExecution>
166
						</pluginExecutions>
167
					</lifecycleMappingMetadata>
168
				</configuration>
169
			</plugin>
170
		</plugins>
171 18577 marek.hors
		</pluginManagement>
172
	</build>
173
</project>