From d9ff3089cb1c454e574385d20bfab4e457e2ebaa Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Tue, 7 Oct 2014 15:24:57 +0200 Subject: [PATCH] removed plugin configuration in maven which is not required --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index d32a7ddd..189fdb91 100644 --- a/pom.xml +++ b/pom.xml @@ -75,19 +75,6 @@ <build> <plugins> - - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.17</version> - <configuration> - <includes> - <include>**/*Test*.java</include> - </includes> - </configuration> - </plugin> - <!-- we want JDK 1.6 source and binary compatibility --> <plugin> <groupId>org.apache.maven.plugins</groupId> -- GitLab