318 lines
8.6 KiB
XML
318 lines
8.6 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-codelistmapping-import-widget</artifactId>
|
|
<version>1.7.0-SNAPSHOT</version>
|
|
|
|
<name>tabular-data-codelistmapping-import-widget</name>
|
|
<description>tabular-data-codelistmapping-import-widget allows import from url, file and workspace of maps for codelist</description>
|
|
|
|
<scm>
|
|
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget</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>
|
|
|
|
<properties>
|
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
|
<release.date>2015-15-10</release.date>
|
|
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
|
|
|
|
<templatesDirectory>templates</templatesDirectory>
|
|
<distroDirectory>distro</distroDirectory>
|
|
<configDirectory>config</configDirectory>
|
|
|
|
|
|
<gwtVersion>2.6.1</gwtVersion>
|
|
<gwtLogVersion>3.3.2</gwtLogVersion>
|
|
<gxtVersion>3.1.1</gxtVersion>
|
|
|
|
|
|
<KEYS>${env.KEYS}</KEYS>
|
|
<!-- GWT needs at least java 1.5 -->
|
|
<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>
|
|
<dependency>
|
|
<groupId>com.google.gwt</groupId>
|
|
<artifactId>gwt-servlet</artifactId>
|
|
<version>${gwtVersion}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.gwt</groupId>
|
|
<artifactId>gwt-user</artifactId>
|
|
<version>${gwtVersion}</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.sencha.gxt</groupId>
|
|
<artifactId>gxt</artifactId>
|
|
<version>${gxtVersion}</version>
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- tabular-data-gwt-service -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-gwt-service</artifactId>
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- tabular-data-widget-common-event -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-widget-common-event</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- tabular-data-monitor-widget -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-monitor-widget</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
|
|
<!-- tabular-data-wizard-widget -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>tabular-data-wizard-widget</artifactId>
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<!-- WSLT dependencies -->
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.widgets</groupId>
|
|
<artifactId>workspace-explorer</artifactId>
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.common</groupId>
|
|
<artifactId>home-library</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
<artifactId>gcube-widgets</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<!-- LOGGING -->
|
|
<dependency>
|
|
<groupId>com.allen-sauer.gwt.log</groupId>
|
|
<artifactId>gwt-log</artifactId>
|
|
<version>${gwtLogVersion}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</dependency>
|
|
|
|
<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>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.16</version>
|
|
<configuration>
|
|
<skipTests>true</skipTests>
|
|
</configuration>
|
|
<!-- TODO check if needed -->
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
<artifactId>surefire-junit47</artifactId>
|
|
<version>2.16</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</plugin>
|
|
|
|
<!-- GWT Maven Plugin -->
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>gwt-maven-plugin</artifactId>
|
|
<version>${gwtVersion}</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>resources</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<runTarget>CodelistMappingImportWizardTD.html</runTarget>
|
|
<hostedWebapp>${webappDirectory}</hostedWebapp>
|
|
<module>org.gcube.portlets.user.td.codelistmappingimportwidget.CodelistMappingImportWizardTD</module>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<!-- Maven -->
|
|
<plugin>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>2.6</version>
|
|
<executions>
|
|
<execution>
|
|
<id>copy-profile</id>
|
|
<phase>process-resources</phase>
|
|
<goals>
|
|
<goal>copy-resources</goal>
|
|
</goals>
|
|
<configuration>
|
|
<outputDirectory>${configDirectory}</outputDirectory>
|
|
<resources>
|
|
<resource>
|
|
<directory>${templatesDirectory}</directory>
|
|
<includes>
|
|
<include>profile.xml</include>
|
|
</includes>
|
|
<filtering>true</filtering>
|
|
</resource>
|
|
</resources>
|
|
</configuration>
|
|
</execution>
|
|
<execution>
|
|
<id>copy-distro-resources</id>
|
|
<phase>process-resources</phase>
|
|
<goals>
|
|
<goal>copy-resources</goal>
|
|
</goals>
|
|
<configuration>
|
|
<outputDirectory>${distroDirectory}</outputDirectory>
|
|
<resources>
|
|
<resource>
|
|
<directory>${templatesDirectory}</directory>
|
|
<excludes>
|
|
<exclude>profile.xml</exclude>
|
|
<exclude>descriptor.xml</exclude>
|
|
</excludes>
|
|
<filtering>true</filtering>
|
|
</resource>
|
|
</resources>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<version>2.5</version>
|
|
<configuration>
|
|
<filesets>
|
|
<fileset>
|
|
<directory>${distroDirectory}</directory>
|
|
<includes>
|
|
<include>**</include>
|
|
</includes>
|
|
<followSymlinks>false</followSymlinks>
|
|
</fileset>
|
|
<fileset>
|
|
<directory>${configDirectory}</directory>
|
|
<includes>
|
|
<include>**</include>
|
|
</includes>
|
|
<followSymlinks>false</followSymlinks>
|
|
</fileset>
|
|
</filesets>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>2.2</version>
|
|
<configuration>
|
|
<descriptors>
|
|
<descriptor>${templatesDirectory}/descriptor.xml</descriptor>
|
|
</descriptors>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<id>servicearchive</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>single</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</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>
|