forked from D-Net/dnet-hadoop
commented out maven plugin for integration tests
This commit is contained in:
parent
3f08ed94e3
commit
176a13601b
|
@ -514,9 +514,11 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<!--
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludedGroups>eu.dnetlib.iis.common.IntegrationTest</excludedGroups>
|
<excludedGroups>eu.dnetlib.iis.common.IntegrationTest</excludedGroups>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
-->
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue