Skip to content

Commit d21a8c9

Browse files
skip vavr-benchmark when releasing (#2175)
1 parent d84e0dd commit d21a8c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vavr-benchmark/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@
9797
<skip>true</skip>
9898
</configuration>
9999
</plugin>
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-deploy-plugin</artifactId>
103+
<configuration>
104+
<skip>true</skip>
105+
</configuration>
106+
</plugin>
100107
<plugin>
101108
<groupId>org.apache.maven.plugins</groupId>
102109
<artifactId>maven-install-plugin</artifactId>

0 commit comments

Comments
 (0)