git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@125685 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e184d25288
commit
5570e5aeea
54
pom.xml
54
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>dataminer</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<name>dataminer</name>
|
||||
<description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
|
||||
<scm>
|
||||
|
@ -29,9 +29,11 @@
|
|||
<properties>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
<release.date>2016-03-10</release.date>
|
||||
<author0>Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT</author0>
|
||||
<mantainer0>Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT</mantainer0>
|
||||
<wikiUser></wikiUser>
|
||||
<author0>Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di
|
||||
Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT</author0>
|
||||
<mantainer0>Gianpaolo Coro (gianpaolo.coro@isti.cnr.it), Istituto di
|
||||
Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT</mantainer0>
|
||||
<wikiUser></wikiUser>
|
||||
<wikiDeveloper>https://wiki.gcube-system.org/gcube/DataMiner_Installation</wikiDeveloper>
|
||||
<wikiAdmin></wikiAdmin>
|
||||
<templatesDirectory>templates</templatesDirectory>
|
||||
|
@ -52,6 +54,10 @@
|
|||
<artifactId>common-encryption</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -127,6 +133,10 @@
|
|||
<artifactId>slf4j-api</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -161,6 +171,10 @@
|
|||
</exclusion>
|
||||
<!-- ><exclusion> <artifactId>common-encryption</artifactId> <groupId>org.gcube.core</groupId>
|
||||
</exclusion> -->
|
||||
<exclusion>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -200,18 +214,38 @@
|
|||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-scope</artifactId>
|
||||
<version>[1.2.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
<scope>provided</scope>
|
||||
<!-- <scope>provided</scope>-->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
</exclusion>
|
||||
<!--<exclusion>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
</exclusion>-->
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javassist</groupId>
|
||||
<artifactId>javassist</artifactId>
|
||||
<version>3.12.1.GA</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>home-library-jcr</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>home-library</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- Maven Resources Plugin -->
|
||||
<!-- Maven Resources Plugin -->
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
|
@ -227,12 +261,8 @@
|
|||
<resources>
|
||||
<resource>
|
||||
<directory>${templatesDirectory}</directory>
|
||||
<!--
|
||||
<excludes>
|
||||
<exclude>profile.xml</exclude>
|
||||
<exclude>descriptor.xml</exclude>
|
||||
</excludes>
|
||||
-->
|
||||
<!-- <excludes> <exclude>profile.xml</exclude> <exclude>descriptor.xml</exclude>
|
||||
</excludes> -->
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue