2014-10-15 11:30:39 +02:00
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.spatial.data</groupId>
|
|
|
|
<artifactId>geonetwork</artifactId>
|
2015-06-03 12:43:49 +02:00
|
|
|
<version>2.1.1-SNAPSHOT</version>
|
2014-10-15 11:30:39 +02:00
|
|
|
<name>geonetwork</name>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<geotools.version>8.0-M4</geotools.version>
|
|
|
|
<distroDirectory>distro</distroDirectory>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/spatial-data/${project.artifactId}</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/spatial-data/${project.artifactId}</developerConnection>
|
|
|
|
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/spatial-data/${project.artifactId}</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>it.geosolutions</groupId>
|
|
|
|
<artifactId>geonetwork-manager</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.geotoolkit</groupId>
|
|
|
|
<artifactId>geotk-metadata</artifactId>
|
2014-10-15 17:15:13 +02:00
|
|
|
<version>3.20</version>
|
2014-10-15 11:30:39 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.w3c</groupId>
|
|
|
|
<artifactId>dom</artifactId>
|
|
|
|
<version>2.3.0-jaxb-1.0.6</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.geotoolkit</groupId>
|
|
|
|
<artifactId>geotk-referencing</artifactId>
|
2014-10-15 17:15:13 +02:00
|
|
|
<version>3.20</version>
|
2014-10-15 11:30:39 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT]</version>
|
2014-10-15 11:31:26 +02:00
|
|
|
</dependency>
|
2014-10-15 11:30:39 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
2014-10-15 11:31:26 +02:00
|
|
|
<artifactId>common-encryption</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2014-10-15 11:30:39 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>registry-publisher</artifactId>
|
|
|
|
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<version>1.6.4</version>
|
|
|
|
<scope>test</scope>
|
2014-10-15 11:31:26 +02:00
|
|
|
</dependency>
|
2014-10-15 11:30:39 +02:00
|
|
|
<dependency>
|
2014-10-15 11:31:26 +02:00
|
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
2014-10-15 11:30:39 +02:00
|
|
|
<artifactId>xstream</artifactId>
|
|
|
|
<version>1.4.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-10-15 11:31:26 +02:00
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>common-gcore-resources</artifactId>
|
|
|
|
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2014-10-15 11:30:39 +02:00
|
|
|
</dependencies>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>GeoSolutions</id>
|
|
|
|
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geo-solutions/</url>
|
|
|
|
</repository>
|
2014-10-15 17:15:13 +02:00
|
|
|
<repository>
|
|
|
|
<id>GeoToolkit</id>
|
|
|
|
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geotoolkit/</url>
|
|
|
|
</repository>
|
2014-10-15 11:30:39 +02:00
|
|
|
</repositories>
|
2014-10-15 17:15:13 +02:00
|
|
|
|
2015-06-03 12:43:49 +02:00
|
|
|
<build>
|
|
|
|
<finalName>${artifactId}</finalName>
|
2014-10-15 11:30:39 +02:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2015-06-03 12:43:49 +02:00
|
|
|
<version>2.3.2</version>
|
2014-10-15 11:30:39 +02:00
|
|
|
<configuration>
|
2015-06-03 12:43:49 +02:00
|
|
|
<source>1.7</source>
|
|
|
|
<target>1.7</target>
|
2014-10-15 11:30:39 +02:00
|
|
|
</configuration>
|
2015-06-03 12:43:49 +02:00
|
|
|
</plugin>
|
2014-10-15 11:30:39 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>servicearchive</id>
|
|
|
|
<phase>install</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-06-03 12:43:49 +02:00
|
|
|
|
2014-10-15 11:30:39 +02:00
|
|
|
</project>
|