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>
|
<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>
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>test</goal>
|
<!-- <goal>test</goal> -->
|
||||||
<goal>resources</goal>
|
<goal>resources</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Reference in New Issue