Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86557 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-04 16:13:51 +00:00
parent f82b07df6a
commit 8271cf0649
1 changed files with 3 additions and 3 deletions

View File

@ -202,8 +202,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<exclude>**/GwtTest*.java</exclude>
<!-- <skipTests>true</skipTests> -->
<!-- <exclude>**/GwtTest*.java</exclude> -->
<skipTests>true</skipTests>
</configuration>
<!-- TODO check if needed -->
<dependencies>
@ -223,7 +223,7 @@
<executions>
<execution>
<goals>
<goal>test</goal>
<!-- <goal>test</goal> -->
<goal>resources</goal>
</goals>
</execution>