diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml index 8aa32d9aa4a3505b5ec7e41407012def98072ded..b3ca0c223bb7311f102c559ec3240a7a4b43a1a2 100644 --- a/smp-webapp/pom.xml +++ b/smp-webapp/pom.xml @@ -167,28 +167,8 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>alphabetical</runOrder> - <excludes> - <exclude>**/*IntegrationTest.java</exclude> - </excludes> </configuration> </plugin> - <plugin> - <artifactId>maven-failsafe-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>integration-test</goal> - <goal>verify</goal> - </goals> - </execution> - </executions> - <configuration> - <includes> - <include>**/*IntegrationTest.java</include> - </includes> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId>