2020-10-07 17:04:13 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion > 4.0.0</modelVersion>
<parent >
<artifactId > maven-parent</artifactId>
<groupId > org.gcube.tools</groupId>
<version > 1.1.0</version>
<relativePath />
</parent>
2020-10-08 15:09:25 +02:00
2020-10-07 17:04:13 +02:00
<groupId > org.gcube.portlets.user</groupId>
<artifactId > geoportal-data-entry-app</artifactId>
<packaging > war</packaging>
2022-11-17 12:28:28 +01:00
<version > 3.0.0</version>
2020-10-07 17:04:13 +02:00
<name > GeoPortal Data Entry App</name>
2022-11-15 11:29:40 +01:00
<description > The GeoPortal Data Entry App is an application to build the web forms for data entries needed to create projects/documents (based on UCD) in the D4Science Geoportal service</description>
2020-10-07 17:04:13 +02:00
<scm >
<connection > scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection > scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url > https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<properties >
<!-- Convenience property to set the GWT version -->
2022-09-28 09:59:13 +02:00
<gwt.version > 2.9.0</gwt.version>
2020-10-07 17:04:13 +02:00
<!-- GWT needs at least java 1.6 -->
<webappDirectory > ${project.build.directory}/${project.build.finalName}</webappDirectory>
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding > UTF-8</project.reporting.outputEncoding>
2021-08-06 16:23:17 +02:00
<maven.compiler.source > 1.8</maven.compiler.source>
2020-10-07 17:04:13 +02:00
<maven.compiler.target > 1.8</maven.compiler.target>
</properties>
<developers >
<developer >
<name > Francesco Mangiacrapa</name>
<email > francesco.mangiacrapa@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>
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.gcube.distribution</groupId>
<artifactId > maven-portal-bom</artifactId>
2022-11-17 12:28:28 +01:00
<version > 3.6.4</version>
2020-10-07 17:04:13 +02:00
<type > pom</type>
<scope > import</scope>
</dependency>
</dependencies>
</dependencyManagement>
2020-10-08 15:09:25 +02:00
2020-10-07 17:04:13 +02:00
<dependencies >
2021-09-29 11:38:24 +02:00
2021-08-06 16:23:17 +02:00
<!-- needed to compile with gwt > 2.7 -->
2022-09-12 15:09:43 +02:00
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > javax.servlet-api</artifactId>
<version > 3.1.0</version>
<scope > provided</scope>
</dependency>
2022-06-29 11:48:09 +02:00
<!-- needed to compile with gwt > 2.7 -->
<!-- <dependency> -->
<!-- <groupId>xml - apis</groupId> -->
<!-- <artifactId>xml - apis</artifactId> -->
<!-- <version>1.4.01</version> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
2021-08-06 16:23:17 +02:00
2022-03-17 18:08:58 +01:00
<!-- ASM required for GWT 2.9 -->
2022-09-28 09:59:13 +02:00
<!-- <dependency> -->
<!-- <groupId>org.ow2.asm</groupId> -->
<!-- <artifactId>asm</artifactId> -->
<!-- <scope>provided</scope> -->
<!-- <version>7.1</version> -->
<!-- </dependency> -->
2022-03-04 16:44:51 +01:00
<dependency >
2022-09-28 09:59:13 +02:00
<groupId > com.google.gwt</groupId>
<artifactId > gwt-servlet</artifactId>
<version > ${gwt.version}</version>
<scope > runtime</scope>
2022-03-04 16:44:51 +01:00
</dependency>
2020-10-07 17:04:13 +02:00
<dependency >
<groupId > com.google.gwt</groupId>
<artifactId > gwt-user</artifactId>
2022-09-28 09:59:13 +02:00
<version > ${gwt.version}</version>
2020-10-07 17:04:13 +02:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.google.gwt</groupId>
<artifactId > gwt-dev</artifactId>
2022-09-28 09:59:13 +02:00
<version > ${gwt.version}</version>
2020-10-07 17:04:13 +02:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.github.gwtbootstrap</groupId>
<artifactId > gwt-bootstrap</artifactId>
<scope > compile</scope>
</dependency>
2020-10-08 15:09:25 +02:00
<dependency >
<groupId > org.gcube.portlets.widgets</groupId>
<artifactId > metadata-profile-form-builder-widget</artifactId>
2022-03-03 18:44:21 +01:00
<version > [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
2020-10-19 17:53:16 +02:00
<scope > compile</scope>
2022-03-17 18:08:58 +01:00
<!-- does not remove these exclusions, there are conflict with jackson
2.7 used by geo-json dependency -->
<exclusions >
<exclusion >
<groupId > com.fasterxml.jackson.core</groupId>
<artifactId > jackson-core</artifactId>
</exclusion>
<exclusion >
<groupId > com.fasterxml.jackson.core</groupId>
<artifactId > jackson-databind</artifactId>
</exclusion>
<exclusion >
<groupId > de.grundid.opendatalab</groupId>
<artifactId > geojson-jackson</artifactId>
</exclusion>
</exclusions>
2020-10-08 15:09:25 +02:00
</dependency>
2020-10-07 17:04:13 +02:00
<dependency >
<groupId > org.gcube.portlets.widgets</groupId>
<artifactId > openlayer-basic-widgets</artifactId>
<version > [1.0.0, 2.0.0-SNAPSHOT)</version>
<scope > compile</scope>
</dependency>
<!-- FWS -->
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > authorization-client</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.resources.discovery</groupId>
<artifactId > ic-client</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.core</groupId>
<artifactId > common-scope-maps</artifactId>
<scope > compile</scope>
</dependency>
2020-10-19 12:20:38 +02:00
<dependency >
<groupId > commons-fileupload</groupId>
<artifactId > commons-fileupload</artifactId>
</dependency>
2020-10-07 17:04:13 +02:00
<dependency >
<groupId > org.gcube.portal</groupId>
<artifactId > client-context-library</artifactId>
<version > [1.0.0, 2.0.0-SNAPSHOT)</version>
<scope > compile</scope>
</dependency>
2022-11-17 11:53:11 +01:00
<dependency >
<groupId > org.json</groupId>
<artifactId > json</artifactId>
<version > 20140107</version>
<scope > compile</scope>
</dependency>
2020-12-01 18:15:13 +01:00
<dependency >
<groupId > org.gcube.application</groupId>
<artifactId > geoportal-data-common</artifactId>
2022-03-03 18:44:21 +01:00
<version > [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
2020-12-01 18:15:13 +01:00
<scope > compile</scope>
</dependency>
2022-08-04 10:57:18 +02:00
<dependency >
<groupId > com.jayway.jsonpath</groupId>
<artifactId > json-path</artifactId>
<version > 2.7.0</version>
<scope > compile</scope>
</dependency>
2020-10-19 17:53:16 +02:00
<dependency >
<groupId > org.gcube.application</groupId>
2021-07-23 17:40:50 +02:00
<artifactId > geoportal-client</artifactId>
2022-08-02 17:06:50 +02:00
<version > [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
2020-10-19 17:53:16 +02:00
<scope > compile</scope>
2020-10-22 18:37:04 +02:00
<exclusions >
<exclusion >
<groupId > javax.servlet</groupId>
<artifactId > servlet-api</artifactId>
</exclusion>
2022-09-26 16:17:41 +02:00
<exclusion >
<groupId > org.projectlombok</groupId>
<artifactId > lombok</artifactId>
</exclusion>
2020-10-22 18:37:04 +02:00
</exclusions>
2020-10-19 17:53:16 +02:00
</dependency>
2020-10-07 17:04:13 +02:00
<dependency >
<groupId > org.gcube.portlets.user</groupId>
<artifactId > gcube-widgets</artifactId>
<scope > compile</scope>
</dependency>
<dependency >
<groupId > org.gcube.dvos</groupId>
<artifactId > usermanagement-core</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.portal</groupId>
<artifactId > custom-portal-handler</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.common.portal</groupId>
<artifactId > portal-manager</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.liferay.portal</groupId>
<artifactId > portal-service</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.portlet</groupId>
<artifactId > portlet-api</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-log4j12</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-api</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 4.11</version>
<scope > test</scope>
</dependency>
2022-10-06 17:31:10 +02:00
<dependency >
<groupId > com.google.guava</groupId>
<artifactId > guava</artifactId>
<scope > test</scope>
</dependency>
2020-10-07 17:04:13 +02:00
</dependencies>
<build >
<!-- Output classes directly into the webapp, so that IDEs and "mvn process - classes"
update them in DevMode -->
<outputDirectory > ${webappDirectory}/WEB-INF/classes</outputDirectory>
2021-11-26 16:48:13 +01:00
<resources >
<resource >
<directory > src/main/java</directory>
<includes >
<include > **/*.csv</include>
</includes>
</resource>
<!-- <resource> -->
<!-- <directory>src/main/resources</directory> -->
<!-- <includes> -->
<!-- <include>**/*.*</include> -->
<!-- </includes> -->
<!-- </resource> -->
</resources>
2020-10-07 17:04:13 +02:00
<plugins >
<!-- GWT Maven Plugin -->
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > gwt-maven-plugin</artifactId>
2022-09-28 09:59:13 +02:00
<version > ${gwt.version}</version>
2020-10-07 17:04:13 +02:00
<executions >
<execution >
<goals >
<goal > compile</goal>
</goals>
</execution>
</executions>
<!-- Plugin configuration. There are many available options, see gwt - maven - plugin
documentation at codehaus.org -->
<configuration >
<runTarget > GeoPortalDataEntryApp.html</runTarget>
<hostedWebapp > ${webappDirectory}</hostedWebapp>
</configuration>
</plugin>
<!-- Copy static web files before executing gwt:run -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-war-plugin</artifactId>
<executions >
<execution >
<phase > compile</phase>
<goals >
<goal > exploded</goal>
</goals>
</execution>
</executions>
<configuration >
<webappDirectory > ${webappDirectory}</webappDirectory>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
2021-07-16 17:47:11 +02:00
<configuration >
<source > ${maven.compiler.source}</source>
<target > ${maven.compiler.target}</target>
</configuration>
2020-10-07 17:04:13 +02:00
</plugin>
<!-- SA Plugin -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-assembly-plugin</artifactId>
<configuration >
<descriptors >
<descriptor > descriptor.xml</descriptor>
</descriptors>
</configuration>
<executions >
<execution >
<id > servicearchive</id>
<phase > install</phase>
<goals >
<goal > single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-resources-plugin</artifactId>
<version > 2.5</version>
<executions >
<execution >
<id > copy-profile</id>
<phase > install</phase>
<goals >
<goal > copy-resources</goal>
</goals>
<configuration >
<outputDirectory > target</outputDirectory>
<resources >
<resource >
<!-- Needed to build the service archive tar.gz -->
<directory > ${project.basedir}</directory>
<filtering > true</filtering>
<includes >
<include > profile.xml</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
2020-10-08 15:09:25 +02:00
</project>