Skip to content

Commit

Permalink
skip tests during release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanlaatum committed Sep 24, 2016
1 parent 5e95e5e commit b601cc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-DskipTests=true</arguments>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b601cc9

Please sign in to comment.