Skip to content
Snippets Groups Projects
Commit d9ff3089 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed plugin configuration in maven which is not required

parent fb866396
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment