2013-02-27 19:33:07 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2020-07-21 16:09:09 +02:00
<project xmlns= "http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2013-02-27 19:33:07 +01:00
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>
2020-07-21 16:09:09 +02:00
<version > 1.1.0</version>
2013-02-27 19:33:07 +01:00
<relativePath />
</parent>
<groupId > org.gcube.portlets.admin</groupId>
2020-09-18 15:33:03 +02:00
<artifactId > resource-management-portlet</artifactId>
2021-12-27 14:24:40 +01:00
<version > 7.1.0</version>
2013-02-27 19:33:07 +01:00
<packaging > war</packaging>
<name > gCube Resource Management Portlet</name>
<description >
2020-07-21 16:09:09 +02:00
Resource Management: Infrastructure Monitor This application lets administrator users to manage resources providing the basic functionalities to access and modify their data information
2013-02-27 19:33:07 +01:00
</description>
<scm >
2020-07-21 16:09:09 +02:00
<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>
2013-02-27 19:33:07 +01:00
</scm>
2020-07-21 16:09:09 +02:00
2013-02-27 19:33:07 +01:00
<properties >
<!-- Convenience property to set the GWT version -->
2015-04-15 12:08:09 +02:00
<gwtVersion > 2.7.0</gwtVersion>
2016-03-14 17:39:59 +01:00
<liferay.version > 6.2.5</liferay.version>
2013-02-27 19:33:07 +01:00
<guice.version > 3.0</guice.version>
2014-06-06 14:58:34 +02:00
<maven.compiler.source > 1.7</maven.compiler.source>
2017-06-30 14:16:06 +02:00
<maven.compiler.target > 1.8</maven.compiler.target>
2013-02-27 19:33:07 +01:00
<webappDirectory > ${project.build.directory}/${project.build.finalName}</webappDirectory>
2013-04-26 12:06:00 +02:00
<!-- To make this work on gwt - run you need to set up global env vars. on
2014-10-20 15:21:40 +02:00
MacOSX edit this file /etc/launchd.conf and put "setenv CATALINA_HOME /Users/massi/portal/Portal-Bundle/gCore"
2013-04-26 12:06:00 +02:00
on Linux? -->
2014-10-20 15:21:40 +02:00
<CATALINA_HOME > ${env.CATALINA_HOME}</CATALINA_HOME>
2013-02-27 19:33:07 +01:00
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding > UTF-8</project.reporting.outputEncoding>
</properties>
2013-09-26 19:09:57 +02:00
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.gcube.distribution</groupId>
<artifactId > maven-portal-bom</artifactId>
2021-12-27 14:24:40 +01:00
<version > 3.6.3</version>
2013-09-26 19:09:57 +02:00
<type > pom</type>
<scope > import</scope>
</dependency>
</dependencies>
</dependencyManagement>
2013-02-27 19:33:07 +01:00
<dependencies >
<dependency >
<groupId > com.google.gwt</groupId>
<artifactId > gwt-user</artifactId>
2015-04-15 12:08:09 +02:00
<version > ${gwtVersion}</version>
2013-02-27 19:33:07 +01:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.google.gwt</groupId>
<artifactId > gwt-servlet</artifactId>
2015-04-15 12:08:09 +02:00
<version > ${gwtVersion}</version>
2013-04-26 13:22:20 +02:00
<scope > provided</scope>
2013-02-27 19:33:07 +01:00
</dependency>
2018-06-27 17:03:05 +02:00
<dependency >
<groupId > com.google.gwt</groupId>
<artifactId > gwt-dev</artifactId>
<version > ${gwtVersion}</version>
<scope > provided</scope>
</dependency>
2013-10-10 12:53:26 +02:00
<dependency >
<groupId > org.gcube.portlets.user</groupId>
<artifactId > gcube-widgets</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.portal</groupId>
<artifactId > custom-portal-handler</artifactId>
<scope > provided</scope>
</dependency>
2013-02-27 19:33:07 +01:00
<dependency >
<groupId > com.sencha.gxt</groupId>
2015-04-15 12:08:09 +02:00
<artifactId > gxt2.2.5-gwt2.X</artifactId>
<version > 2.7.0</version>
<scope > compile</scope>
2013-02-27 19:33:07 +01:00
</dependency>
2013-09-20 12:04:05 +02:00
<dependency >
<groupId > com.googlecode.gwtquery</groupId>
<artifactId > gwtquery</artifactId>
<version > 1.3.3</version>
2013-10-10 12:53:26 +02:00
</dependency>
2014-06-06 14:58:34 +02:00
<dependency >
2013-10-10 12:53:26 +02:00
<groupId > org.gcube.applicationsupportlayer</groupId>
<artifactId > aslcore</artifactId>
<scope > provided</scope>
</dependency>
2013-10-07 22:50:37 +02:00
<dependency >
<groupId > org.gcube.dvos</groupId>
<artifactId > usermanagement-core</artifactId>
2014-06-06 14:58:34 +02:00
<scope > provided</scope>
2013-10-07 22:50:37 +02:00
</dependency>
2013-09-13 15:31:50 +02:00
<dependency >
<groupId > org.gcube.portlets.admin</groupId>
<artifactId > rmp-common-library</artifactId>
2021-12-27 13:52:13 +01:00
<version > [2.8.4-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
2013-09-13 15:31:50 +02:00
</dependency>
2013-09-26 19:09:57 +02:00
<!-- FWS DEPS -->
<dependency >
<groupId > org.gcube.resources.discovery</groupId>
<artifactId > ic-client</artifactId>
2013-09-27 14:31:33 +02:00
<scope > provided</scope>
2013-09-26 19:09:57 +02:00
</dependency>
2013-10-07 22:50:37 +02:00
<dependency >
<groupId > org.gcube.core</groupId>
2014-10-20 15:21:40 +02:00
<artifactId > common-fw-clients</artifactId>
2013-10-07 22:50:37 +02:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.core</groupId>
2014-10-20 15:21:40 +02:00
<artifactId > common-clients</artifactId>
2013-10-07 22:50:37 +02:00
<scope > provided</scope>
</dependency>
2013-09-26 19:09:57 +02:00
<dependency >
<groupId > org.gcube.core</groupId>
2014-10-20 15:21:40 +02:00
<artifactId > common-scope-maps</artifactId>
2021-12-27 13:52:13 +01:00
<scope > runtime</scope>
2013-09-26 19:09:57 +02:00
</dependency>
<dependency >
<groupId > org.gcube.resourcemanagement</groupId>
<artifactId > resourcemanager-client</artifactId>
<version > [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency >
<groupId > org.gcube.resources</groupId>
2014-10-20 15:21:40 +02:00
<artifactId > registry-publisher</artifactId>
2013-09-26 19:09:57 +02:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.resourcemanagement</groupId>
<artifactId > ghn-manager-client</artifactId>
<version > [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
2013-10-07 22:50:37 +02:00
<dependency >
<groupId > org.gcube.resourcemanagement</groupId>
<artifactId > softwaregateway-client</artifactId>
<version > [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
2013-02-27 19:33:07 +01:00
</dependency>
2013-09-13 15:31:50 +02:00
<!-- External Modules -->
2013-02-27 19:33:07 +01:00
<dependency >
<groupId > org.gcube.portlets.admin</groupId>
2013-09-13 15:31:50 +02:00
<artifactId > ishealth-monitor-widget</artifactId>
2015-04-15 12:08:09 +02:00
<version > [1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
2013-02-27 19:33:07 +01:00
</dependency>
2013-09-20 12:04:05 +02:00
<dependency >
<groupId > org.gcube.portlets.admin</groupId>
<artifactId > resource-sweeper-widget</artifactId>
2015-04-15 12:08:09 +02:00
<version > [2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
2013-09-20 12:04:05 +02:00
</dependency>
2013-04-26 12:06:00 +02:00
<!-- Liferay, Servlets Etc -->
2013-02-27 19:33:07 +01:00
<dependency >
<groupId > com.liferay.portal</groupId>
<artifactId > portal-service</artifactId>
2016-03-14 17:39:59 +01:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.liferay.portal</groupId>
<artifactId > util-java</artifactId>
2013-02-27 19:33:07 +01:00
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.portlet</groupId>
<artifactId > portlet-api</artifactId>
<scope > provided</scope>
</dependency>
<!-- Apache commons -->
<dependency >
<groupId > commons-lang</groupId>
<artifactId > commons-lang</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.apache.commons</groupId>
<artifactId > commons-compress</artifactId>
2014-06-06 14:58:34 +02:00
<scope > compile</scope>
2013-02-27 19:33:07 +01:00
</dependency>
<dependency >
<groupId > commons-fileupload</groupId>
<artifactId > commons-fileupload</artifactId>
2014-06-06 14:58:34 +02:00
<scope > compile</scope>
2013-02-27 19:33:07 +01:00
</dependency>
<dependency >
<groupId > commons-io</groupId>
<artifactId > commons-io</artifactId>
2014-06-06 14:58:34 +02:00
<scope > compile</scope>
2013-02-27 19:33:07 +01:00
</dependency>
2013-04-26 12:06:00 +02:00
<!-- Logging -->
2013-02-27 19:33:07 +01:00
<dependency >
2013-04-26 12:06:00 +02:00
<groupId > log4j</groupId>
<artifactId > log4j</artifactId>
<scope > runtime</scope>
2013-02-27 19:33:07 +01:00
</dependency>
<dependency >
2013-04-26 12:06:00 +02:00
<groupId > org.slf4j</groupId>
<artifactId > slf4j-log4j12</artifactId>
<scope > runtime</scope>
2013-02-27 19:33:07 +01:00
</dependency>
<dependency >
2013-04-26 12:06:00 +02:00
<groupId > org.slf4j</groupId>
<artifactId > slf4j-api</artifactId>
<scope > runtime</scope>
2013-02-27 19:33:07 +01:00
</dependency>
2013-04-26 12:06:00 +02:00
<dependency >
<groupId > com.allen-sauer.gwt.log</groupId>
<artifactId > gwt-log</artifactId>
2014-10-20 15:21:40 +02:00
<version > 3.1.7</version>
2014-06-06 14:58:34 +02:00
<scope > compile</scope>
2013-09-11 18:40:39 +02:00
</dependency>
2013-02-27 19:33:07 +01:00
</dependencies>
<build >
<!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory > ${webappDirectory}/WEB-INF/classes</outputDirectory>
2020-07-21 16:09:09 +02:00
<resources >
<resource >
<directory > ${basedir}/src/main/java</directory>
</resource>
<resource >
<directory > ${basedir}/src/main/resources</directory>
</resource>
</resources>
2013-02-27 19:33:07 +01:00
<plugins >
<!-- GWT Maven Plugin -->
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > gwt-maven-plugin</artifactId>
2013-09-11 18:40:39 +02:00
<version > ${gwtVersion}</version>
2013-02-27 19:33:07 +01:00
<executions >
<execution >
<goals >
<goal > compile</goal>
<!-- <goal>test</goal> -->
</goals>
</execution>
</executions>
<!-- Plugin configuration. There are many available options, see gwt - maven - plugin
documentation at codehaus.org -->
<configuration >
2017-06-30 14:16:06 +02:00
<extraJvmArgs > -Xmx512M -DGLOBUS_LOCATION=${GLOBUS_LOCATION}
-Dlog4j.configuration=clientlog4j.properties</extraJvmArgs>
2013-04-23 11:41:17 +02:00
<runTarget > ResourceManagementPortlet.html</runTarget>
2013-02-27 19:33:07 +01:00
<hostedWebapp > ${webappDirectory}</hostedWebapp>
2013-09-11 18:40:39 +02:00
<!-- <logLevel>DEBUG</logLevel> -->
2013-02-27 19:33:07 +01:00
</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>
<configuration >
2017-06-30 14:16:06 +02:00
<source > ${maven.compiler.source}</source>
<target > ${maven.compiler.target}</target>
2013-02-27 19:33:07 +01:00
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
2020-07-21 16:09:09 +02:00
<artifactId > maven-javadoc-plugin</artifactId>
2013-02-27 19:33:07 +01:00
<configuration >
2020-07-21 16:09:09 +02:00
<additionalparam > -Xdoclint:none</additionalparam>
<additionalJOption > -Xdoclint:none</additionalJOption>
2013-02-27 19:33:07 +01:00
</configuration>
2020-07-21 16:09:09 +02:00
<version > 3.1.0</version>
2013-02-27 19:33:07 +01:00
<executions >
<execution >
2020-07-21 16:09:09 +02:00
<id > generate-doc</id>
2013-02-27 19:33:07 +01:00
<phase > install</phase>
<goals >
2020-07-21 16:09:09 +02:00
<goal > jar</goal>
2013-02-27 19:33:07 +01:00
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>