Skip to content

Commit 3741b3f

Browse files
authored
Skip nexus-staging-maven-plugin for vavr-benchmark (#2904)
1 parent b7969c2 commit 3741b3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vavr-benchmark/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
<skip>true</skip>
111111
</configuration>
112112
</plugin>
113+
<plugin>
114+
<groupId>org.sonatype.plugins</groupId>
115+
<artifactId>nexus-staging-maven-plugin</artifactId>
116+
<configuration>
117+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
118+
</configuration>
119+
</plugin>
113120
</plugins>
114121
</build>
115122
<repositories>

0 commit comments

Comments
 (0)