Prevent the build to failed

This commit is contained in:
Dassi Orleando 2017-12-26 19:05:53 +01:00
parent fa8dee2985
commit 8daa5dab4e
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build> <!--<build>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
@ -66,5 +66,5 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>-->
</project> </project>