Skip to content

Commit

Permalink
skip surefire execution for build-resources module
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Jan 22, 2020
1 parent 9b9771d commit 68aa814
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-resources/pom.xml
Expand Up @@ -42,6 +42,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

0 comments on commit 68aa814

Please sign in to comment.