2015-11-24 16:22:17 +01: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">
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<relativePath />
|
|
|
|
</parent>
|
2016-06-30 18:06:23 +02:00
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
<!-- POM file generated with GWT webAppCreator -->
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>statistical-algorithms-importer</artifactId>
|
2017-06-12 18:21:54 +02:00
|
|
|
<version>1.7.0-SNAPSHOT</version>
|
2015-11-24 16:22:17 +01:00
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<name>statistical-algorithms-importer</name>
|
|
|
|
<description>statistical-algorithms-importer imports statistical algorithms</description>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2016-03-15 18:06:23 +01:00
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
<properties>
|
2016-03-15 19:01:25 +01:00
|
|
|
<distroDirectory>distro</distroDirectory>
|
|
|
|
<configDirectory>config</configDirectory>
|
2015-11-24 16:22:17 +01:00
|
|
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
2017-07-11 19:01:42 +02:00
|
|
|
|
2017-05-12 18:26:05 +02:00
|
|
|
<!-- Java -->
|
|
|
|
<maven.compiler.source>1.7</maven.compiler.source>
|
2017-07-11 19:01:42 +02:00
|
|
|
|
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
<!-- GWT configuration -->
|
|
|
|
<gwtVersion>2.6.1</gwtVersion>
|
|
|
|
<gwtLogVersion>3.3.2</gwtLogVersion>
|
|
|
|
<gxtVersion>3.1.1</gxtVersion>
|
|
|
|
<!-- <gxt2Version>2.6.1</gxt2Version> -->
|
|
|
|
|
|
|
|
|
|
|
|
<KEYS>${env.KEYS}</KEYS>
|
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>localRun</id>
|
|
|
|
<dependencies>
|
2016-06-21 18:42:08 +02:00
|
|
|
<!-- Logger -->
|
2015-11-24 16:22:17 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2016-06-21 18:42:08 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xerces</artifactId>
|
|
|
|
<version>2.4.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Storage -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.contentmanagement</groupId>
|
|
|
|
<artifactId>storage-manager-core</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.contentmanagement</groupId>
|
|
|
|
<artifactId>storage-manager-wrapper</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Home Library -->
|
2015-12-04 18:45:47 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>home-library</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>home-library-jcr</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>home-library-model</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-06-21 18:42:08 +02:00
|
|
|
<!-- Authorization -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>common-authorization</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>authorization-client</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-01-22 13:07:41 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
|
|
<artifactId>xstream</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- GWT -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-user</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-servlet</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
</dependency>
|
2016-06-30 18:06:23 +02:00
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
|
|
|
|
<!-- GXT 3 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sencha.gxt</groupId>
|
|
|
|
<artifactId>gxt</artifactId>
|
|
|
|
<version>${gxtVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Accounting Manager Theme -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.admin</groupId>
|
|
|
|
<artifactId>accounting-manager-theme</artifactId>
|
|
|
|
<version>[0.0.1-SNAPSHOT,
|
|
|
|
2.0.0-SNAPSHOT)</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-dev</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2016-06-30 18:06:23 +02:00
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
|
|
|
|
<!-- Portlet -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.portlet</groupId>
|
|
|
|
<artifactId>portlet-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- PORTAL -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope-maps</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2016-11-24 18:45:59 +01:00
|
|
|
<groupId>org.gcube.common.portal</groupId>
|
|
|
|
<artifactId>portal-manager</artifactId>
|
2016-06-21 18:42:08 +02:00
|
|
|
<scope>provided</scope>
|
2015-11-24 16:22:17 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2016-06-21 18:42:08 +02:00
|
|
|
<groupId>org.gcube.dvos</groupId>
|
|
|
|
<artifactId>usermanagement-core</artifactId>
|
|
|
|
<scope>provided</scope>
|
2015-11-24 16:22:17 +01:00
|
|
|
</dependency>
|
|
|
|
|
2016-11-24 18:45:59 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portal</groupId>
|
|
|
|
<artifactId>client-context-library</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,)</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2015-11-24 16:22:17 +01:00
|
|
|
|
2016-06-21 18:42:08 +02:00
|
|
|
<!-- Authorization -->
|
2015-11-24 16:22:17 +01:00
|
|
|
<dependency>
|
2016-06-21 18:42:08 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>common-authorization</artifactId>
|
2015-11-24 16:22:17 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-03-15 18:06:23 +01:00
|
|
|
|
2016-01-18 17:28:55 +01:00
|
|
|
<dependency>
|
2016-06-21 18:42:08 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>authorization-client</artifactId>
|
2016-01-18 17:28:55 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2016-06-21 18:42:08 +02:00
|
|
|
<!-- Storage -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.contentmanagement</groupId>
|
|
|
|
<artifactId>storage-manager-core</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.contentmanagement</groupId>
|
|
|
|
<artifactId>storage-manager-wrapper</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Home Library -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>home-library</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>home-library-jcr</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>home-library-model</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-06-30 18:06:23 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2016-06-21 18:42:08 +02:00
|
|
|
<!-- Social -->
|
2017-07-11 19:01:42 +02:00
|
|
|
<!-- <dependency> <groupId>org.gcube.portal</groupId> <artifactId>social-networking-library</artifactId>
|
|
|
|
<scope>provided</scope> </dependency> -->
|
2016-06-21 18:42:08 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslsocial</artifactId>
|
|
|
|
<scope>provided</scope>
|
2015-11-24 16:22:17 +01:00
|
|
|
</dependency>
|
|
|
|
|
2016-06-21 18:42:08 +02:00
|
|
|
|
|
|
|
<!-- Notification -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portal</groupId>
|
|
|
|
<artifactId>notifications-common-library</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
<!-- Apache Common Library -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.juniversalchardet</groupId>
|
|
|
|
<artifactId>juniversalchardet</artifactId>
|
|
|
|
<version>1.0.3</version>
|
|
|
|
</dependency>
|
2015-12-04 18:45:47 +01:00
|
|
|
|
2016-01-19 11:07:17 +01:00
|
|
|
<!-- JSON -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
<version>20151123</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2015-11-27 19:03:06 +01:00
|
|
|
<!-- AceGWT Widget -->
|
|
|
|
<dependency>
|
2015-12-09 18:15:10 +01:00
|
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
2015-11-27 19:03:06 +01:00
|
|
|
<artifactId>acegwt-widget</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2015-11-24 16:22:17 +01:00
|
|
|
|
2015-12-04 18:45:47 +01:00
|
|
|
<!-- Workspace Explorer -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
|
|
|
<artifactId>workspace-explorer</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
|
|
|
|
2015-12-09 18:15:10 +01:00
|
|
|
<!-- Workspace Uploader -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
|
|
|
<artifactId>workspace-uploader</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2016-11-24 18:45:59 +01:00
|
|
|
|
2016-06-30 18:06:23 +02:00
|
|
|
<!-- GitHub Connector -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
|
|
|
<artifactId>github-connector</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2016-01-18 17:28:55 +01:00
|
|
|
|
2016-02-01 19:07:11 +01:00
|
|
|
<!-- 52n-wps-client -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.n52.wps</groupId>
|
|
|
|
<artifactId>52n-wps-client-lib</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>gt-opengis</artifactId>
|
|
|
|
<groupId>org.geotools</groupId>
|
|
|
|
</exclusion>
|
2016-02-03 17:39:33 +01:00
|
|
|
<exclusion>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
</exclusion>
|
2016-02-01 19:07:11 +01:00
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.n52.wps</groupId>
|
|
|
|
<artifactId>52n-wps-r</artifactId>
|
2017-02-06 14:52:44 +01:00
|
|
|
<version>[3.0.0,3.7.0)</version>
|
2016-02-03 17:39:33 +01:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2016-02-01 19:07:11 +01:00
|
|
|
</dependency>
|
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
<!-- LOGGING -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.allen-sauer.gwt.log</groupId>
|
|
|
|
<artifactId>gwt-log</artifactId>
|
|
|
|
<version>${gwtLogVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2016-01-14 12:31:23 +01:00
|
|
|
<scope>provided</scope>
|
2015-11-24 16:22:17 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</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>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.*</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<!-- GWT Maven Plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>gwt-maven-plugin</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<configuration>
|
|
|
|
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
<goal>test</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<runTarget>StatAlgoImporter.html</runTarget>
|
|
|
|
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
|
|
|
<module>org.gcube.portlets.user.statisticalalgorithmsimporter.statalgoimporter</module>
|
|
|
|
<!-- <compileSourcesArtifacts> <artifact>com.github.highcharts4gwt:highcharts</artifact>
|
|
|
|
</compileSourcesArtifacts> -->
|
|
|
|
</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>
|
|
|
|
<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> -->
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
2016-03-15 18:06:23 +01:00
|
|
|
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
|
2015-11-24 16:22:17 +01:00
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>servicearchive</id>
|
2016-03-15 18:06:23 +01:00
|
|
|
<phase>install</phase>
|
2015-11-24 16:22:17 +01:00
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-03-15 18:06:23 +01:00
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
2016-02-01 19:07:11 +01:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>n52-releases</id>
|
|
|
|
<name>52n Releases</name>
|
|
|
|
<url>http://52north.org/maven/repo/releases/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
2016-02-03 17:39:33 +01:00
|
|
|
|
2015-11-24 16:22:17 +01:00
|
|
|
<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>
|