Test Skipped on POM

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@85387 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-12 18:04:57 +00:00
parent af6e77091e
commit 70dea19e37
1 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@
<version>2.16</version>
<configuration>
<excludes>
<skipTests>true</skipTests>
<exclude>**/GwtTest*.java</exclude>
</excludes>
</configuration>
@ -163,7 +164,7 @@
<executions>
<execution>
<goals>
<goal>test</goal>
<!-- <goal>test</goal> -->
<goal>resources</goal>
</goals>
</execution>