Added GwtTest

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@85384 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-12 17:40:43 +00:00
parent f8d85d7c39
commit b83cb28e10
1 changed files with 4 additions and 1 deletions

View File

@ -148,7 +148,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<skipTests>true</skipTests>
<!-- <skipTests>true</skipTests> -->
<exclude>**/GwtTest*.java</exclude>
</configuration>
<!-- TODO check if needed -->
<dependencies>
@ -168,6 +169,7 @@
<executions>
<execution>
<goals>
<goal>test</goal>
<goal>resources</goal>
</goals>
</execution>
@ -176,6 +178,7 @@
<runTarget>Information.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp>
<module>org.gcube.portlets.user.td.informationwidget.Information</module>
<includes>**/GwtTest*.java</includes>
</configuration>
</plugin>