Fixed pom

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@97174 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-10 09:33:15 +00:00
parent eabe4b479e
commit 43ce585753
1 changed files with 21 additions and 14 deletions

17
pom.xml
View File

@ -158,6 +158,12 @@
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version> <version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- Tabular Data Commons -->
<dependency>
<groupId>org.gcube.data.analysis.tabulardata</groupId>
<artifactId>tabular-data-commons</artifactId>
<version>[2.2.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</dependency>
<!-- Storage for CSV temp --> <!-- Storage for CSV temp -->
<dependency> <dependency>
@ -215,8 +221,8 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version> <version>2.16</version>
<configuration> <configuration>
<!-- <exclude>**/GwtTest*.java</exclude> --> <!-- <exclude>**/GwtTest*.java</exclude> -->
<skipTests>true</skipTests> <skipTests>true</skipTests>
</configuration> </configuration>
<!-- TODO check if needed --> <!-- TODO check if needed -->
<dependencies> <dependencies>
@ -236,7 +242,7 @@
<executions> <executions>
<execution> <execution>
<goals> <goals>
<!-- <goal>test</goal> --> <!-- <goal>test</goal> -->
<goal>resources</goal> <goal>resources</goal>
</goals> </goals>
</execution> </execution>
@ -341,7 +347,8 @@
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId> <artifactId>lifecycle-mapping</artifactId>
@ -380,7 +387,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<!-- <version>2.0.0-SNAPSHOT</version> --> <!-- <version>2.0.0-SNAPSHOT</version> -->
<version>LATEST</version> <version>LATEST</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>