Skip Maven deploy to Nexus 3 of theme-verifier-maven-plugin (#37352)

Related to #37347

Signed-off-by: Miquel Simon <msimonma@redhat.com>
This commit is contained in:
Miquel Simon 2025-02-14 12:47:52 +01:00 committed by GitHub
parent add0d69b89
commit 4b628610c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nxrm3-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>