Skip to content

Commit

Permalink
skip vavr-benchmark when releasing (vavr-io#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed Nov 24, 2017
1 parent d84e0dd commit d21a8c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit d21a8c9

Please sign in to comment.