2014-07-02 12:57:14 +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"> -->
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>databases-manager-portlet</artifactId>
|
|
|
|
<packaging>war</packaging>
|
2016-11-03 12:31:43 +01:00
|
|
|
<version>1.6.0-SNAPSHOT</version>
|
2014-07-02 12:57:14 +02:00
|
|
|
<name>DatabasesResourceManagerPortlet</name>
|
|
|
|
<description>Databases Resource Manager Portlet</description>
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<scm>
|
|
|
|
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet</url>
|
|
|
|
</scm>
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Giancarlo Panichi</name>
|
|
|
|
<email>g.panichi@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>
|
2014-07-02 12:57:14 +02:00
|
|
|
|
|
|
|
<properties>
|
2016-06-29 17:17:10 +02:00
|
|
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
2014-07-02 12:57:14 +02:00
|
|
|
<distroDirectory>distro</distroDirectory>
|
2016-06-29 17:17:10 +02:00
|
|
|
<configDirectory>config</configDirectory>
|
|
|
|
|
|
|
|
<!-- GWT configuration -->
|
2014-12-05 16:04:06 +01:00
|
|
|
<gwtVersion>2.6.1</gwtVersion>
|
2016-06-29 17:17:10 +02:00
|
|
|
<gwtLogVersion>3.3.2</gwtLogVersion>
|
|
|
|
<gxtVersion>3.1.1</gxtVersion>
|
2014-12-05 16:04:06 +01:00
|
|
|
<gxt2Version>2.6.1</gxt2Version>
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<KEYS>${env.KEYS}</KEYS>
|
2014-12-05 16:04:06 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2014-07-02 12:57:14 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- GWT -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-user</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
<scope>provided</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-servlet</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
</dependency>
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sencha.gxt</groupId>
|
|
|
|
<artifactId>gxt2.2.5-gwt2.X</artifactId>
|
|
|
|
<version>${gxt2Version}</version>
|
|
|
|
</dependency>
|
2016-11-03 12:31:43 +01:00
|
|
|
|
|
|
|
<!-- <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId>
|
|
|
|
<version>1.0.0.GA</version> <scope>test</scope> </dependency> <dependency>
|
|
|
|
<groupId>javax.validation</groupId> <artifactId>validation-api</artifactId>
|
|
|
|
<version>1.0.0.GA</version> <classifier>sources</classifier> <scope>test</scope>
|
|
|
|
</dependency> -->
|
|
|
|
|
|
|
|
<!-- <dependency> <groupId>org.gcube.core</groupId> <artifactId>common-scope</artifactId>
|
|
|
|
</dependency> -->
|
|
|
|
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- Portlet -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.portlet</groupId>
|
|
|
|
<artifactId>portlet-api</artifactId>
|
|
|
|
<scope>provided</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- PORTAL -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope-maps</artifactId>
|
|
|
|
<scope>compile</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.portal</groupId>
|
|
|
|
<artifactId>custom-portal-handler</artifactId>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslcore</artifactId>
|
|
|
|
</dependency>
|
2014-07-02 12:57:14 +02:00
|
|
|
|
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.dvos</groupId>
|
|
|
|
<artifactId>usermanagement-core</artifactId>
|
2014-12-02 16:35:11 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
|
|
|
|
<!-- Authorization -->
|
2014-12-02 16:35:11 +01:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>common-authorization</artifactId>
|
|
|
|
<scope>provided</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
2014-12-02 16:35:11 +01:00
|
|
|
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>authorization-client</artifactId>
|
|
|
|
<scope>provided</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
|
|
|
|
<!-- GCube Widgets -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>gcube-widgets</artifactId>
|
|
|
|
<scope>compile</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- Session Checker -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
|
|
|
<artifactId>session-checker</artifactId>
|
2016-10-12 14:51:26 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
|
|
|
|
<!-- Storage -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.contentmanagement</groupId>
|
|
|
|
<artifactId>storage-manager-core</artifactId>
|
|
|
|
<scope>provided</scope>
|
2014-08-01 11:27:40 +02:00
|
|
|
</dependency>
|
2014-09-10 14:31:20 +02:00
|
|
|
|
2014-08-01 11:27:40 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.gcube.contentmanagement</groupId>
|
|
|
|
<artifactId>storage-manager-wrapper</artifactId>
|
2014-08-01 11:27:40 +02:00
|
|
|
<scope>provided</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
2014-12-02 16:35:11 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
|
2016-11-03 12:31:43 +01:00
|
|
|
<!-- Statistical <dependency> <groupId>org.gcube.data.analysis</groupId>
|
|
|
|
<artifactId>statistical-manager-cl</artifactId> <version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency> <dependency> <groupId>org.gcube.core</groupId> <artifactId>common-fw-clients</artifactId>
|
|
|
|
</dependency> -->
|
2014-12-02 16:35:11 +01:00
|
|
|
|
2016-11-03 12:31:43 +01:00
|
|
|
|
|
|
|
<!-- data-miner-manager-cl -->
|
2014-09-24 18:59:57 +02:00
|
|
|
<dependency>
|
2016-11-03 12:31:43 +01:00
|
|
|
<groupId>data-miner-manager-cl</groupId>
|
|
|
|
<artifactId>data-miner-manager-cl</artifactId>
|
2016-11-22 14:36:43 +01:00
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2014-09-24 18:59:57 +02:00
|
|
|
</dependency>
|
2014-07-02 12:57:14 +02:00
|
|
|
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- Jakarta RegExp -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta-regexp</groupId>
|
|
|
|
<artifactId>jakarta-regexp</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2014-07-22 18:32:39 +02:00
|
|
|
|
2016-11-03 12:31:43 +01:00
|
|
|
<!-- <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId>
|
|
|
|
<version>2.8.0</version> <scope>provided</scope> </dependency> -->
|
2014-09-10 14:31:20 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
|
<artifactId>ehcache</artifactId>
|
|
|
|
<version>2.8.0</version>
|
2014-09-10 18:37:59 +02:00
|
|
|
<scope>provided</scope>
|
2014-09-10 14:31:20 +02:00
|
|
|
</dependency>
|
2014-12-02 16:35:11 +01:00
|
|
|
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- Uri Resolver Manager -->
|
2014-11-19 16:00:35 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>uri-resolver-manager</artifactId>
|
2016-06-29 17:17:10 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
2014-11-19 16:00:35 +01:00
|
|
|
</dependency>
|
2014-09-10 14:31:20 +02:00
|
|
|
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
<!-- LOGGING -->
|
2014-07-22 18:32:39 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<scope>provided</scope>
|
2014-07-22 18:32:39 +02:00
|
|
|
</dependency>
|
|
|
|
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<scope>provided</scope>
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependency>
|
2016-06-29 17:17:10 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!-- JUnit TEST -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2016-06-29 17:17:10 +02:00
|
|
|
<version>4.8.1</version>
|
2014-07-02 12:57:14 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-11-03 12:31:43 +01:00
|
|
|
|
2014-07-02 12:57:14 +02:00
|
|
|
</dependencies>
|
|
|
|
<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>
|
|
|
|
|
2014-09-10 14:31:20 +02:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>dnet-deps</id>
|
|
|
|
<name>dnet-deps</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet-deps//</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
2016-11-03 12:31:43 +01:00
|
|
|
<build>
|
2016-06-29 17:17:10 +02:00
|
|
|
|
2014-07-02 12:57:14 +02:00
|
|
|
<!-- Generate compiled stuff in the folder used for developing mode -->
|
|
|
|
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
|
2016-06-29 17:17:10 +02:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.*</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2014-07-02 12:57:14 +02:00
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<!-- GWT Maven Plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>gwt-maven-plugin</artifactId>
|
2014-12-05 16:04:06 +01:00
|
|
|
<version>${gwtVersion}</version>
|
2014-07-02 12:57:14 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
2016-06-29 17:17:10 +02:00
|
|
|
<goal>test</goal>
|
2014-07-02 12:57:14 +02:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<runTarget>DatabasesManager.html</runTarget>
|
|
|
|
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
2016-06-29 17:17:10 +02:00
|
|
|
<module>org.gcube.portlets.user.databasesmanager.DatabasesManager</module>
|
|
|
|
<!-- <compileSourcesArtifacts> <artifact>com.github.highcharts4gwt:highcharts</artifact>
|
|
|
|
</compileSourcesArtifacts> -->
|
2014-07-02 12:57:14 +02:00
|
|
|
</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>
|
2016-06-29 17:17:10 +02:00
|
|
|
<!--<goals> <goal>exploded</goal> </goals> -->
|
2014-07-02 12:57:14 +02:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<webappDirectory>${webappDirectory}</webappDirectory>
|
2016-06-29 17:17:10 +02:00
|
|
|
<warName>${project.build.finalName}</warName>
|
|
|
|
|
|
|
|
<!-- Include static jar into WEB-INF/lib -->
|
|
|
|
<!-- <webResources> <resource> <directory>lib</directory> <includes>
|
|
|
|
<include>*.jar</include> </includes> <targetPath>WEB-INF/lib</targetPath>
|
|
|
|
</resource> </webResources> -->
|
2014-07-02 12:57:14 +02:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-06-29 17:17:10 +02:00
|
|
|
|
|
|
|
<!-- Maven Surefire Plugin for Test -->
|
2014-07-02 12:57:14 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-29 17:17:10 +02:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.16</version>
|
2014-07-02 12:57:14 +02:00
|
|
|
<configuration>
|
2016-06-29 17:17:10 +02:00
|
|
|
<skipTests>false</skipTests>
|
2014-07-02 12:57:14 +02:00
|
|
|
</configuration>
|
2016-06-29 17:17:10 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
<artifactId>surefire-junit47</artifactId>
|
|
|
|
<version>2.16</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2014-07-02 12:57:14 +02:00
|
|
|
</plugin>
|
|
|
|
|
2016-06-29 17:17:10 +02:00
|
|
|
|
2014-07-02 15:36:04 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-29 17:17:10 +02:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
2014-07-02 15:36:04 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2016-06-29 17:17:10 +02:00
|
|
|
<id>servicearchive</id>
|
2014-07-02 15:36:04 +02:00
|
|
|
<phase>install</phase>
|
|
|
|
<goals>
|
2016-06-29 17:17:10 +02:00
|
|
|
<goal>single</goal>
|
2014-07-02 15:36:04 +02:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-07-02 12:57:14 +02:00
|
|
|
</plugins>
|
2016-06-29 17:17:10 +02:00
|
|
|
|
2014-07-02 12:57:14 +02:00
|
|
|
</build>
|
|
|
|
|
|
|
|
</project>
|