Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
    <parent>
5
        <groupId>eu.dnetlib</groupId>
6
        <artifactId>icm-iis-parent-container</artifactId>
7
        <version>1.0.3</version>
8
    </parent>
9
    <modelVersion>4.0.0</modelVersion>
10
    <artifactId>dnet-openaire-lodexport-wf</artifactId>
11
    <packaging>jar</packaging>
12
    <version>2.0.0-SNAPSHOT</version>
13

    
14

    
15
    <properties>
16
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
        <iis.hadoop.frontend.home.dir>home</iis.hadoop.frontend.home.dir>
18
        <!-- CNR CLUSTER PROPS-->
19
        <!--	<iis.hadoop.frontend.host.name>oozie.t.hadoop.research-infrastructures.eu  </iis.hadoop.frontend.host.name>
20
              <oozieServiceLoc>http://oozie.t.hadoop.research-infrastructures.eu:11000/oozie</oozieServiceLoc>
21
       <nameNode>hdfs://nmis-hadoop-cluster</nameNode>
22
       <jobTracker> nmis-hadoop-jt</jobTracker>
23
      -->
24
        <queueName>default</queueName>
25

    
26
        <!-- DM CLUSTER PROPS -->
27
        <iis.hadoop.frontend.host.name>gateway.hadoop.dm.openaire.eu</iis.hadoop.frontend.host.name>
28
        <oozieServiceLoc>http://oozie.hadoop.dm.openaire.eu:11000/oozie</oozieServiceLoc>
29
        <nameNode>hdfs://dm-cluster-nn</nameNode>
30
        <jobTracker>dm-cluster-jt</jobTracker>
31

    
32
        <!-- IIS CLUSTER PROPS
33

    
34
         <iis.hadoop.frontend.host.name>oozie.hadoop.iis.openaire.eu</iis.hadoop.frontend.host.name>
35
                       <oozieServiceLoc>http://oozie.hadoop.iis.openaire.eu:11000/oozie</oozieServiceLoc>
36
                        <nameNode>hdfs://iis-cluster-nn</nameNode>
37
                        <jobTracker>iis-cluster-jt</jobTracker>
38
        -->
39

    
40
    </properties>
41

    
42
    <dependencies>
43

    
44

    
45
        <dependency>
46
            <groupId>eu.dnetlib</groupId>
47
            <artifactId>icm-iis-core</artifactId>
48
            <version>1.0.2</version>
49
        </dependency>
50

    
51

    
52
        <dependency>
53
            <groupId>com.google.guava</groupId>
54
            <artifactId>guava</artifactId>
55
            <version>${google.guava.version}</version>
56
        </dependency>
57

    
58

    
59
        <dependency>
60
            <groupId>org.apache.hadoop</groupId>
61
            <artifactId>hadoop-common</artifactId>
62
            <version>${iis.hadoop.common.version}</version>
63
            <scope>provided</scope>
64
        </dependency>
65
        <dependency>
66
            <groupId>org.apache.oozie</groupId>
67
            <artifactId>oozie-core</artifactId>
68
            <version>${iis.oozie.version}</version>
69
            <scope>provided</scope>
70
        </dependency>
71

    
72
        <!-- StreamingMain was moved to oozie-sharelib-pig since cdh4.3.1 -->
73
        <dependency>
74
            <groupId>org.apache.oozie</groupId>
75
            <artifactId>oozie-sharelib-streaming</artifactId>
76
            <version>${iis.oozie.version}</version>
77
            <scope>test</scope>
78
        </dependency>
79
        <!-- Needed by Oozie tests { -->
80
        <dependency>
81
            <groupId>org.apache.oozie</groupId>
82
            <artifactId>oozie-core</artifactId>
83
            <version>${iis.oozie.version}</version>
84
            <type>test-jar</type>
85
            <scope>test</scope>
86
        </dependency>
87
        <dependency>
88
            <groupId>org.apache.hadoop</groupId>
89
            <artifactId>hadoop-hdfs</artifactId>
90
            <version>${iis.hadoop.hdfs.version}</version>
91
            <scope>test</scope>
92
        </dependency>
93
        <dependency>
94
            <groupId>org.apache.hadoop</groupId>
95
            <artifactId>hadoop-hdfs</artifactId>
96
            <version>${iis.hadoop.hdfs.version}</version>
97
            <type>test-jar</type>
98
            <scope>test</scope>
99
        </dependency>
100
        <dependency>
101
            <groupId>org.apache.hadoop</groupId>
102
            <artifactId>hadoop-test</artifactId>
103
            <version>${iis.hadoop.test.version}</version>
104
            <scope>test</scope>
105
        </dependency>
106
        <dependency>
107
            <groupId>org.apache.hadoop</groupId>
108
            <artifactId>hadoop-common</artifactId>
109
            <version>${iis.hadoop.common.version}</version>
110
            <type>test-jar</type>
111
            <scope>test</scope>
112
        </dependency>
113
        <!-- Needed by Oozie tests } -->
114

    
115
        <!-- Needed by our Hadoop Streaming workflow node { -->
116
        <dependency>
117
            <groupId>eu.dnetlib</groupId>
118
            <artifactId>icm-iis-3rdparty-avro-json</artifactId>
119
            <version>1.2</version>
120
        </dependency>
121
        <dependency>
122
            <groupId>org.apache.hadoop</groupId>
123
            <artifactId>hadoop-streaming</artifactId>
124
            <version>${iis.hadoop.streaming.version}</version>
125
        </dependency>
126
        <!-- Needed by our Hadoop Streaming workflow node } -->
127
        <dependency>
128
            <groupId>org.apache.hive</groupId>
129
            <artifactId>hive-serde</artifactId>
130
            <version>${iis.hive.version}</version>
131
            <scope>test</scope>
132
        </dependency>
133
        <dependency>
134
            <groupId>com.cloudera.cdh</groupId>
135
            <artifactId>hive-root</artifactId>
136
            <version>${iis.hive.version}</version>
137
            <type>pom</type>
138
            <scope>test</scope>
139
        </dependency>
140
        <dependency>
141
            <groupId>org.apache.hive</groupId>
142
            <artifactId>hive-cli</artifactId>
143
            <version>${iis.hive.version}</version>
144
            <scope>test</scope>
145
            <type>jar</type>
146
        </dependency>
147
        <dependency>
148
            <groupId>org.apache.hive</groupId>
149
            <artifactId>hive-exec</artifactId>
150
            <version>${iis.hive.version}</version>
151
            <scope>test</scope>
152
            <type>jar</type>
153
        </dependency>
154
        <dependency>
155
            <groupId>org.apache.hive</groupId>
156
            <artifactId>hive-builtins</artifactId>
157
            <version>${iis.hive.version}</version>
158
            <scope>test</scope>
159
            <type>jar</type>
160
        </dependency>
161
        <dependency>
162
            <groupId>postgresql</groupId>
163
            <artifactId>postgresql</artifactId>
164
            <version>9.1-901.jdbc4</version>
165
        </dependency>
166

    
167
        <dependency>
168
            <groupId>eu.dnetlib</groupId>
169
            <artifactId>dnet-openaire-lod-export</artifactId>
170
            <version>2.0.0-SNAPSHOT</version>
171
        </dependency>
172

    
173
        <dependency>
174
            <groupId>eu.dnetlib</groupId>
175
            <artifactId>dnet-openaire-lod-import</artifactId>
176
            <version>2.0.0-SNAPSHOT</version>
177
        </dependency>
178
    </dependencies>
179

    
180

    
181
    <build>
182
        <plugins>
183

    
184
            <plugin>
185
                <groupId>org.codehaus.mojo</groupId>
186
                <artifactId>build-helper-maven-plugin</artifactId>
187
                <executions>
188
                    <execution>
189
                        <id>add-source</id>
190
                        <phase>generate-sources</phase>
191
                        <goals>
192
                            <goal>add-source</goal>
193
                        </goals>
194
                        <configuration>
195
                            <sources>
196
                                <source>${project.build.directory}/generated-sources/java/</source>
197
                            </sources>
198
                        </configuration>
199
                    </execution>
200
                </executions>
201
            </plugin>
202
        </plugins>
203
        <pluginManagement>
204
            <plugins>
205
                <!--This plugin's configuration is used to store Eclipse m2e settings
206
                    only. It has no influence on the Maven build itself. -->
207
                <plugin>
208
                    <groupId>org.eclipse.m2e</groupId>
209
                    <artifactId>lifecycle-mapping</artifactId>
210
                    <version>1.0.0</version>
211
                    <configuration>
212
                        <lifecycleMappingMetadata>
213
                            <pluginExecutions>
214
                                <pluginExecution>
215
                                    <pluginExecutionFilter>
216
                                        <groupId>
217
                                            org.apache.avro
218
                                        </groupId>
219
                                        <artifactId>
220
                                            avro-maven-plugin
221
                                        </artifactId>
222
                                        <versionRange>
223
                                            [1.7.4,)
224
                                        </versionRange>
225
                                        <goals>
226
                                            <groupId>eu.dnetlib</groupId>
227
                                            <artifactId>dnet-openaire-lodexport</artifactId>
228
                                            <version>0.0.1-SNAPSHOT</version>
229
                                            <goal>idl-protocol</goal>
230
                                            <goal>schema</goal>
231
                                        </goals>
232
                                    </pluginExecutionFilter>
233
                                    <action>
234
                                        <ignore></ignore>
235
                                    </action>
236
                                </pluginExecution>
237
                                <pluginExecution>
238
                                    <pluginExecutionFilter>
239
                                        <groupId>
240
                                            org.codehaus.mojo
241
                                        </groupId>
242
                                        <artifactId>
243
                                            build-helper-maven-plugin
244
                                        </artifactId>
245
                                        <versionRange>
246
                                            [1.7,)
247
                                        </versionRange>
248
                                        <goals>
249
                                            <goal>add-source</goal>
250
                                        </goals>
251
                                    </pluginExecutionFilter>
252
                                    <action>
253
                                        <ignore></ignore>
254
                                    </action>
255
                                </pluginExecution>
256
                            </pluginExecutions>
257
                        </lifecycleMappingMetadata>
258
                    </configuration>
259
                </plugin>
260

    
261
                <!--	<plugin>
262
                        <groupId>org.apache.maven.plugins</groupId>
263
                        <artifactId>maven-compiler-plugin</artifactId>
264
                        <version>3.1</version>
265
                        <configuration>
266
                            <source>1.6</source>
267
                            <target>1.6</target>
268
                            <executable>${JAVA_HOME}/bin</executable>
269
                        </configuration>
270
                    </plugin>-->
271

    
272
            </plugins>
273
        </pluginManagement>
274
    </build>
275
    <repositories>
276
        <repository>
277
            <id>cloudera</id>
278
            <name>Cloudera Repository</name>
279
            <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
280
            <releases>
281
                <enabled>true</enabled>
282
            </releases>
283
            <snapshots>
284
                <enabled>false</enabled>
285
            </snapshots>
286
        </repository>
287
    </repositories>
288
</project>
(6-6/12)