298 lines
8.0 KiB
XML
298 lines
8.0 KiB
XML
<?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">
|
|
|
|
<parent>
|
|
<artifactId>maven-parent</artifactId>
|
|
<groupId>org.gcube.tools</groupId>
|
|
<version>1.0.0</version>
|
|
<relativePath />
|
|
</parent>
|
|
|
|
<!-- POM file generated with GWT webAppCreator -->
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-portlet</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<name>Tabular data portlet</name>
|
|
<packaging>war</packaging>
|
|
|
|
<properties>
|
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
|
<!-- Convenience property to set the GWT version -->
|
|
<gwtVersion>2.5.1</gwtVersion>
|
|
|
|
<!-- To make this work on gwt-run you need to set up global env vars. on
|
|
MacOSX edit this file /etc/launchd.conf and put "setenv GLOBUS_LOCATION /Users/massi/portal/Portal-Bundle/gCore"
|
|
on Linux? -->
|
|
<GLOBUS_LOCATION>${env.GLOBUS_LOCATION}</GLOBUS_LOCATION>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
</properties>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>localRun</id>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-classic</artifactId>
|
|
<version>1.0.1</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<dependencies>
|
|
<!-- GWT -->
|
|
<dependency>
|
|
<groupId>com.google.gwt</groupId>
|
|
<artifactId>gwt-servlet</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.google.gwt</groupId>
|
|
<artifactId>gwt-user</artifactId>
|
|
</dependency>
|
|
|
|
<!-- GXT -->
|
|
<dependency>
|
|
<groupId>com.sencha.gxt</groupId>
|
|
<artifactId>gxt</artifactId>
|
|
<version>3.0.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
<artifactId>aslsocial</artifactId>
|
|
</dependency>
|
|
|
|
<!-- PORTAL -->
|
|
<dependency>
|
|
<groupId>javax.portlet</groupId>
|
|
<artifactId>portlet-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.gcube.portal</groupId>
|
|
<artifactId>custom-portal-handler</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
<artifactId>aslcore</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>gcube-widgets</artifactId>
|
|
</dependency>
|
|
|
|
<!-- WSLT dependencies -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
|
<artifactId>workspace-light-tree</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>workspace-tree-widget</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.core</groupId>
|
|
<artifactId>common-scope-maps</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
<!-- TD Source -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-widget-td-source</artifactId>
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
|
|
</dependency>
|
|
|
|
<!-- IMPORTER WIDGET -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>td-importer-widget</artifactId>
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>td-importer-widget</artifactId>
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
|
|
<classifier>sources</classifier>
|
|
</dependency>
|
|
|
|
<!-- CSV IMPORTER WIDGET -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>td-csv-importer-widget</artifactId>
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>td-csv-importer-widget</artifactId>
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
<classifier>sources</classifier>
|
|
</dependency>
|
|
|
|
<!-- SDMX IMPORT WIZARD -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>SDMXImportWizardTD</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
<!-- SDMX EXPORT WIZARD -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>SDMXExportWizardTD</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
|
|
<!-- TABULAR DATA OPEN -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>TDOpen</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
<!-- TD GXTService -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-gxtservice</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
<!-- TD Service Mock -->
|
|
<dependency>
|
|
<groupId>org.gcube.data.analysis.tabulardata</groupId>
|
|
<artifactId>service-client-mock</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
<!-- Home Library -->
|
|
<dependency>
|
|
<groupId>org.gcube.common</groupId>
|
|
<artifactId>home-library-jcr</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.gcube.common</groupId>
|
|
<artifactId>home-library</artifactId>
|
|
</dependency>
|
|
|
|
<!-- TD Information -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-information</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
</dependency>
|
|
|
|
<!-- LOGGING -->
|
|
<dependency>
|
|
<groupId>com.allen-sauer.gwt.log</groupId>
|
|
<artifactId>gwt-log</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</dependency>
|
|
|
|
<!-- JUnit TEST -->
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.8.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<!-- Generate compiled stuff in the folder used for developing mode -->
|
|
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
|
|
<plugins>
|
|
|
|
<!-- GWT Maven Plugin -->
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>gwt-maven-plugin</artifactId>
|
|
<version>${gwtVersion}</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>compile</goal>
|
|
<goal>test</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<runTarget>TabularDataPortlet.html</runTarget>
|
|
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
|
<module>org.gcube.portlets.user.td.TabularDataPortlet</module>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<!-- Copy static web files before executing gwt:run -->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<version>2.1.1</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>compile</phase>
|
|
<goals>
|
|
<goal>exploded</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<webappDirectory>${webappDirectory}</webappDirectory>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<!-- Maven Surefire Plugin for Test -->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.16</version>
|
|
<configuration>
|
|
<skipTests>false</skipTests>
|
|
</configuration>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
<artifactId>surefire-junit47</artifactId>
|
|
<version>2.16</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</plugin>
|
|
|
|
</plugins>
|
|
</build>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.gcube.distribution</groupId>
|
|
<artifactId>maven-portal-bom</artifactId>
|
|
<version>LATEST</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
|
|
</project>
|