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:
parent
f82b07df6a
commit
8271cf0649
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue