2013-07-10 18:37:09 +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>
|
|
|
|
<relativePath />
|
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.dataanalysis</groupId>
|
|
|
|
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
2016-09-27 18:01:06 +02:00
|
|
|
<version>1.4.0-SNAPSHOT</version>
|
2016-04-01 17:19:00 +02:00
|
|
|
<name>ecological-engine-geospatial-extension library</name>
|
2013-07-10 18:37:09 +02:00
|
|
|
<description>ecological-engine-geospatial-extension</description>
|
2016-04-01 17:19:00 +02:00
|
|
|
<scm>
|
|
|
|
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension</url>
|
|
|
|
</scm>
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Gianpaolo Coro</name>
|
|
|
|
<email>gianpaolo.coro@isti.cnr.it</email>
|
|
|
|
<organization>CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"</organization>
|
|
|
|
<roles>
|
|
|
|
<role>architect</role>
|
|
|
|
<role>developer</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
2013-07-10 18:37:09 +02:00
|
|
|
<properties>
|
2016-04-01 17:19:00 +02:00
|
|
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
|
|
|
<distroDirectory>distro</distroDirectory>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2013-07-10 18:37:09 +02:00
|
|
|
</properties>
|
|
|
|
<dependencies>
|
2015-03-04 12:00:31 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.9</version>
|
|
|
|
</dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>1.7.1</version>
|
|
|
|
</dependency>
|
2013-07-10 18:37:09 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.dataanalysis</groupId>
|
2015-06-12 16:52:29 +02:00
|
|
|
<artifactId>ecological-engine-smart-executor</artifactId>
|
2015-09-23 11:56:03 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2014-12-09 17:12:41 +01:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>common-utils-encryption</artifactId>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
</exclusion>
|
2015-02-03 16:37:56 +01:00
|
|
|
<exclusion>
|
|
|
|
<artifactId>ecological-engine</artifactId>
|
|
|
|
<groupId>org.gcube.dataanalysis</groupId>
|
|
|
|
</exclusion>
|
2014-12-09 17:12:41 +01:00
|
|
|
</exclusions>
|
2013-11-15 19:12:21 +01:00
|
|
|
</dependency>
|
2015-02-03 16:37:56 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.dataanalysis</groupId>
|
|
|
|
<artifactId>ecological-engine</artifactId>
|
2015-06-30 12:56:07 +02:00
|
|
|
<version>[1.8.4-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2015-02-03 16:37:56 +01:00
|
|
|
</dependency>
|
2013-11-15 19:12:21 +01:00
|
|
|
<dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<groupId>geoutils-custom</groupId>
|
|
|
|
<artifactId>netcdf</artifactId>
|
|
|
|
<version>4.2.0</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<groupId>geoutils-custom</groupId>
|
|
|
|
<artifactId>opendap</artifactId>
|
|
|
|
<version>2.2.0</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-10-11 17:45:22 +02:00
|
|
|
<groupId>geoutils-custom</groupId>
|
|
|
|
<artifactId>bounce</artifactId>
|
|
|
|
<version>0.14.0</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-10-11 17:45:22 +02:00
|
|
|
<groupId>geoutils-custom</groupId>
|
|
|
|
<artifactId>geopeo</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<groupId>org.n52.wps.gdal</groupId>
|
|
|
|
<artifactId>gdal</artifactId>
|
|
|
|
<version>1.0.0</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<!-- <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId>
|
|
|
|
<version>9.3</version> </dependency> -->
|
2013-07-10 18:37:09 +02:00
|
|
|
<dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<groupId>org.opengis</groupId>
|
|
|
|
<artifactId>geoapi-pending</artifactId>
|
|
|
|
<version>3.1-M04</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-03-03 10:46:57 +01:00
|
|
|
<groupId>org.gcube.spatial.data</groupId>
|
|
|
|
<artifactId>gis-interface</artifactId>
|
2015-06-30 12:56:07 +02:00
|
|
|
<version>(2.0.1-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
2014-03-03 10:46:57 +01:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>geotk-coverageio-netcdf</artifactId>
|
|
|
|
<groupId>org.geotoolkit</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>geoapi-pending</artifactId>
|
|
|
|
<groupId>org.opengis</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-03-07 15:12:44 +01:00
|
|
|
<groupId>org.gcube.data.transfer</groupId>
|
|
|
|
<artifactId>transfer-library</artifactId>
|
2015-09-23 11:56:03 +02:00
|
|
|
<version>(0.0.1-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependency>
|
2014-10-02 14:24:57 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>rapidminer-custom</groupId>
|
|
|
|
<artifactId>maxent-princeton</artifactId>
|
|
|
|
<version>3.3.3</version>
|
|
|
|
</dependency>
|
2013-07-10 18:37:09 +02:00
|
|
|
</dependencies>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>osgeo</id>
|
|
|
|
<name>Open Source Geospatial Foundation Repository Mirror</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url>
|
|
|
|
</repository>
|
2014-03-03 10:46:57 +01:00
|
|
|
<repository>
|
|
|
|
<id>geotoolkit</id>
|
|
|
|
<name>Geotoolkit.org project</name>
|
|
|
|
<url>http://maven.geotoolkit.org</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>52north-releases</id>
|
|
|
|
<name>52north-releases</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
|
|
|
|
</repository>
|
2016-09-27 18:01:06 +02:00
|
|
|
<repository>
|
|
|
|
<id>GeoSolutions</id>
|
|
|
|
<name>GeoSolutions</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>GeoSolutions-releases</id>
|
|
|
|
<name>GeoSolutions-releases</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions/</url>
|
|
|
|
</repository>
|
2013-07-10 18:37:09 +02:00
|
|
|
</repositories>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2016-04-01 17:19:00 +02:00
|
|
|
|
|
|
|
|
2013-07-10 18:37:09 +02:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2016-04-01 17:19:00 +02:00
|
|
|
<version>3.1</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
<configuration>
|
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2016-04-01 17:19:00 +02:00
|
|
|
<version>2.18.1</version>
|
2013-07-10 18:37:09 +02:00
|
|
|
<configuration>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-04-01 17:19:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-07-10 18:37:09 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<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>
|
|
|
|
</project>
|