Skip to content

Commit

Permalink
Skip nexus-staging-maven-plugin for vavr-benchmark (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Oct 12, 2024
1 parent b7969c2 commit 3741b3f
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 @@ -110,6 +110,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
Expand Down

0 comments on commit 3741b3f

Please sign in to comment.