1 |
30214
|
sandro.lab
|
<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">
|
2 |
26600
|
sandro.lab
|
<modelVersion>4.0.0</modelVersion>
|
3 |
|
|
<groupId>eu.dnetlib</groupId>
|
4 |
|
|
<artifactId>dnet-parent</artifactId>
|
5 |
39655
|
claudio.at
|
<version>2.0.1-CDH-5.3.0-SNAPSHOT</version>
|
6 |
26600
|
sandro.lab
|
<packaging>pom</packaging>
|
7 |
|
|
<url>http://www.d-net.research-infrastructures.eu</url>
|
8 |
|
|
<scm>
|
9 |
39655
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-parent/branches/IIS-CDH-5.3.0</developerConnection>
|
10 |
26600
|
sandro.lab
|
</scm>
|
11 |
|
|
<licenses>
|
12 |
26612
|
sandro.lab
|
<license>
|
13 |
|
|
<name>The Apache Software License, Version 2.0</name>
|
14 |
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
15 |
|
|
<distribution>repo</distribution>
|
16 |
|
|
<comments>A business-friendly OSS license</comments>
|
17 |
|
|
</license>
|
18 |
26600
|
sandro.lab
|
</licenses>
|
19 |
|
|
<issueManagement>
|
20 |
26612
|
sandro.lab
|
<system>Trac</system>
|
21 |
|
|
<url>http://issue.driver.research-infrastructures.eu/</url>
|
22 |
26600
|
sandro.lab
|
</issueManagement>
|
23 |
|
|
<ciManagement>
|
24 |
26612
|
sandro.lab
|
<system>jenkins</system>
|
25 |
|
|
<url>http://ci.research-infrastructures.eu/view/D-Net</url>
|
26 |
26600
|
sandro.lab
|
</ciManagement>
|
27 |
30208
|
sandro.lab
|
<pluginRepositories> </pluginRepositories>
|
28 |
26600
|
sandro.lab
|
<repositories>
|
29 |
26612
|
sandro.lab
|
<repository>
|
30 |
|
|
<id>dnet-deps</id>
|
31 |
|
|
<name>dnet-dependencies</name>
|
32 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet-deps</url>
|
33 |
|
|
<layout>default</layout>
|
34 |
|
|
</repository>
|
35 |
|
|
<repository>
|
36 |
26616
|
sandro.lab
|
<id>dnet4-snapshots</id>
|
37 |
|
|
<name>D-Net 4 Snapshots</name>
|
38 |
26612
|
sandro.lab
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-snapshots</url>
|
39 |
|
|
<layout>default</layout>
|
40 |
|
|
<snapshots>
|
41 |
|
|
<enabled>true</enabled>
|
42 |
|
|
</snapshots>
|
43 |
|
|
</repository>
|
44 |
30248
|
sandro.lab
|
<repository>
|
45 |
|
|
<id>dnet4-releases</id>
|
46 |
|
|
<name>D-Net 4 Releases</name>
|
47 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-releases</url>
|
48 |
|
|
<layout>default</layout>
|
49 |
|
|
<snapshots>
|
50 |
|
|
<enabled>false</enabled>
|
51 |
|
|
</snapshots>
|
52 |
|
|
<releases>
|
53 |
|
|
<enabled>true</enabled>
|
54 |
|
|
</releases>
|
55 |
|
|
</repository>
|
56 |
30208
|
sandro.lab
|
</repositories>
|
57 |
26600
|
sandro.lab
|
<build>
|
58 |
26612
|
sandro.lab
|
<directory>target</directory>
|
59 |
|
|
<outputDirectory>target/classes</outputDirectory>
|
60 |
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
61 |
|
|
<testOutputDirectory>target/test-classes</testOutputDirectory>
|
62 |
|
|
<plugins>
|
63 |
|
|
<plugin>
|
64 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
65 |
30247
|
sandro.lab
|
<artifactId>maven-release-plugin</artifactId>
|
66 |
|
|
<version>2.5</version>
|
67 |
|
|
</plugin>
|
68 |
|
|
<plugin>
|
69 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
70 |
26612
|
sandro.lab
|
<artifactId>maven-compiler-plugin</artifactId>
|
71 |
|
|
<version>3.1</version>
|
72 |
|
|
<configuration>
|
73 |
|
|
<source>${maven.compiler.source.version}</source>
|
74 |
|
|
<target>${maven.compiler.target.version}</target>
|
75 |
|
|
</configuration>
|
76 |
|
|
</plugin>
|
77 |
|
|
<plugin>
|
78 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
79 |
|
|
<artifactId>maven-source-plugin</artifactId>
|
80 |
|
|
<version>2.2.1</version>
|
81 |
|
|
<executions>
|
82 |
|
|
<execution>
|
83 |
|
|
<id>attach-sources</id>
|
84 |
|
|
<phase>verify</phase>
|
85 |
|
|
<goals>
|
86 |
|
|
<goal>jar-no-fork</goal>
|
87 |
|
|
</goals>
|
88 |
|
|
</execution>
|
89 |
|
|
</executions>
|
90 |
|
|
</plugin>
|
91 |
|
|
<plugin>
|
92 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
93 |
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
94 |
|
|
<version>2.16</version>
|
95 |
|
|
<configuration>
|
96 |
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
97 |
|
|
<includes>
|
98 |
|
|
<include>**/*Test.java</include>
|
99 |
|
|
</includes>
|
100 |
|
|
<excludes>
|
101 |
|
|
<exclude>**/AllTests.java</exclude>
|
102 |
|
|
<exclude>**/Abstract*Test.java</exclude>
|
103 |
|
|
</excludes>
|
104 |
|
|
</configuration>
|
105 |
|
|
</plugin>
|
106 |
|
|
<plugin>
|
107 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
108 |
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
109 |
|
|
<version>2.9</version>
|
110 |
|
|
<configuration>
|
111 |
|
|
<detectLinks>true</detectLinks>
|
112 |
|
|
</configuration>
|
113 |
30247
|
sandro.lab
|
</plugin>
|
114 |
26612
|
sandro.lab
|
</plugins>
|
115 |
26619
|
sandro.lab
|
<extensions>
|
116 |
|
|
<extension>
|
117 |
|
|
<groupId>org.apache.maven.wagon</groupId>
|
118 |
|
|
<artifactId>wagon-ssh</artifactId>
|
119 |
|
|
<version>2.4</version>
|
120 |
|
|
</extension>
|
121 |
|
|
</extensions>
|
122 |
26600
|
sandro.lab
|
</build>
|
123 |
26620
|
sandro.lab
|
<distributionManagement>
|
124 |
|
|
<snapshotRepository>
|
125 |
|
|
<id>dnet4-snapshots</id>
|
126 |
|
|
<name>D-Net 4 Snapshots</name>
|
127 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-snapshots</url>
|
128 |
30208
|
sandro.lab
|
<layout>default</layout>
|
129 |
|
|
</snapshotRepository>
|
130 |
|
|
<repository>
|
131 |
|
|
<id>dnet4-releases</id>
|
132 |
30248
|
sandro.lab
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-releases/</url>
|
133 |
30208
|
sandro.lab
|
</repository>
|
134 |
26620
|
sandro.lab
|
</distributionManagement>
|
135 |
26600
|
sandro.lab
|
<reporting>
|
136 |
26612
|
sandro.lab
|
<plugins>
|
137 |
|
|
<plugin>
|
138 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
139 |
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
140 |
|
|
<version>2.9</version>
|
141 |
|
|
<configuration>
|
142 |
|
|
<detectLinks>true</detectLinks>
|
143 |
|
|
</configuration>
|
144 |
30208
|
sandro.lab
|
</plugin>
|
145 |
26612
|
sandro.lab
|
</plugins>
|
146 |
26600
|
sandro.lab
|
</reporting>
|
147 |
|
|
<dependencies>
|
148 |
26612
|
sandro.lab
|
<dependency>
|
149 |
|
|
<groupId>log4j</groupId>
|
150 |
|
|
<artifactId>log4j</artifactId>
|
151 |
|
|
<version>[${log4j.version}]</version>
|
152 |
|
|
<exclusions>
|
153 |
|
|
<exclusion>
|
154 |
|
|
<groupId>com.sun.jmx</groupId>
|
155 |
|
|
<artifactId>jmxri</artifactId>
|
156 |
|
|
</exclusion>
|
157 |
|
|
<exclusion>
|
158 |
|
|
<groupId>com.sun.jdmk</groupId>
|
159 |
|
|
<artifactId>jmxtools</artifactId>
|
160 |
|
|
</exclusion>
|
161 |
|
|
</exclusions>
|
162 |
|
|
</dependency>
|
163 |
26600
|
sandro.lab
|
</dependencies>
|
164 |
|
|
<properties>
|
165 |
26612
|
sandro.lab
|
<maven.compiler.source.version>1.6</maven.compiler.source.version>
|
166 |
26651
|
sandro.lab
|
<maven.compiler.target.version>1.7</maven.compiler.target.version>
|
167 |
26612
|
sandro.lab
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
168 |
|
|
<dnet.container.context>app</dnet.container.context>
|
169 |
|
|
<dnet.container.port>8280</dnet.container.port>
|
170 |
|
|
<spring.version>[4.0.0.RELEASE]</spring.version>
|
171 |
|
|
<cxf.version>[2.7.8]</cxf.version>
|
172 |
|
|
<exist.version>1.2.4</exist.version>
|
173 |
|
|
<akka.version>2.0.4</akka.version>
|
174 |
|
|
<google.coll.version>1.0</google.coll.version>
|
175 |
|
|
<google.guava.version>14.0</google.guava.version>
|
176 |
|
|
<google.gson.version>2.2.2</google.gson.version>
|
177 |
33790
|
claudio.at
|
<mongodb.driver.version>2.12.4</mongodb.driver.version>
|
178 |
29890
|
claudio.at
|
<apache.solr.version>4.9.0</apache.solr.version>
|
179 |
35349
|
marek.hors
|
<google.protobuf.version>2.5.0</google.protobuf.version>
|
180 |
26612
|
sandro.lab
|
<log4j.version>1.2.17</log4j.version>
|
181 |
30194
|
claudio.at
|
<dom4j.version>[1.6.1]</dom4j.version>
|
182 |
26612
|
sandro.lab
|
<junit.version>4.8.2</junit.version>
|
183 |
|
|
<javax.servlet.version>[3.1.0]</javax.servlet.version>
|
184 |
|
|
<!-- apache commons properties -->
|
185 |
|
|
<commons.codec.version>1.8</commons.codec.version>
|
186 |
|
|
<commons.lang.version>2.6</commons.lang.version>
|
187 |
|
|
<commons.io.version>2.4</commons.io.version>
|
188 |
|
|
<commons.logging.version>1.1.3</commons.logging.version>
|
189 |
|
|
<commons.collections.version>3.2.1</commons.collections.version>
|
190 |
|
|
<!-- hadoop DM cluster properties -->
|
191 |
36371
|
claudio.at
|
<dm.cdh.version>cdh5.3.2</dm.cdh.version>
|
192 |
37698
|
claudio.at
|
|
193 |
|
|
|
194 |
|
|
<hadoop.client.version>2.5.0-${dm.cdh.version}</hadoop.client.version>
|
195 |
|
|
<!-- <hadoop.core.version>2.5.0-mr1-${dm.cdh.version}</hadoop.core.version> -->
|
196 |
36371
|
claudio.at
|
<hadoop.common.version>2.5.0-${dm.cdh.version}</hadoop.common.version>
|
197 |
|
|
<hadoop.hdfs.version>2.5.0-${dm.cdh.version}</hadoop.hdfs.version>
|
198 |
|
|
<apache.hbase.version>0.98.6-${dm.cdh.version}</apache.hbase.version>
|
199 |
|
|
<apache.oozie.version>4.0.0-${dm.cdh.version}</apache.oozie.version>
|
200 |
26612
|
sandro.lab
|
<!-- new cluster IIS properties -->
|
201 |
35626
|
marek.hors
|
<iis.cdh.version>cdh5.3.2</iis.cdh.version>
|
202 |
35282
|
marek.hors
|
<iis.hbase.version>0.98.6-${iis.cdh.version}</iis.hbase.version>
|
203 |
|
|
<iis.oozie.version>4.0.0-${iis.cdh.version}</iis.oozie.version>
|
204 |
|
|
<iis.pig.version>0.12.0-${iis.cdh.version}</iis.pig.version>
|
205 |
|
|
<iis.hive.version>0.13.1-${iis.cdh.version}</iis.hive.version>
|
206 |
26612
|
sandro.lab
|
<iis.hadoop.streaming.version>${iis.hadoop.mr1.version}</iis.hadoop.streaming.version>
|
207 |
35282
|
marek.hors
|
<iis.avro.version>1.7.6-${iis.cdh.version}</iis.avro.version>
|
208 |
26612
|
sandro.lab
|
<!-- shared IIS properties -->
|
209 |
35282
|
marek.hors
|
<iis.hadoop.version>2.5.0-${iis.cdh.version}</iis.hadoop.version>
|
210 |
|
|
<iis.hadoop.mr1.version>2.5.0-mr1-${iis.cdh.version}</iis.hadoop.mr1.version>
|
211 |
26612
|
sandro.lab
|
<iis.hadoop.common.version>${iis.hadoop.version}</iis.hadoop.common.version>
|
212 |
|
|
<iis.hadoop.core.version>${iis.hadoop.mr1.version}</iis.hadoop.core.version>
|
213 |
|
|
<iis.hadoop.hdfs.version>${iis.hadoop.version}</iis.hadoop.hdfs.version>
|
214 |
|
|
<iis.hadoop.test.version>${iis.hadoop.mr1.version}</iis.hadoop.test.version>
|
215 |
35312
|
marek.hors
|
<!-- artifact ids properties -->
|
216 |
|
|
<!-- CDH5 artifact ids -->
|
217 |
|
|
<iis.hbase.artifactid>hbase-client</iis.hbase.artifactid>
|
218 |
|
|
<iis.hadoop.common.artifactid>hadoop-yarn-common</iis.hadoop.common.artifactid>
|
219 |
|
|
<!-- CDH4 artifact ids -->
|
220 |
|
|
<!--
|
221 |
|
|
<iis.hbase.artifactid>hbase</iis.hbase.artifactid>
|
222 |
|
|
<iis.hadoop.common.artifactid>hadoop-common</iis.hadoop.common.artifactid>
|
223 |
|
|
-->
|
224 |
26600
|
sandro.lab
|
</properties>
|
225 |
26651
|
sandro.lab
|
</project>
|