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

removed plugin configuration in maven which is not required

parent dd85f660
No related branches found
No related tags found
No related merge requests found
...@@ -75,19 +75,6 @@ ...@@ -75,19 +75,6 @@
<build> <build>
<plugins> <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 --> <!-- we want JDK 1.6 source and binary compatibility -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <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