We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b83d6 commit 012deb9Copy full SHA for 012deb9
1 file changed
tests/pom.xml
@@ -67,6 +67,14 @@
67
<skip>true</skip>
68
</configuration>
69
</plugin>
70
+ <plugin>
71
+ <groupId>org.sonatype.plugins</groupId>
72
+ <artifactId>nexus-staging-maven-plugin</artifactId>
73
+ <extensions>true</extensions>
74
+ <configuration>
75
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
76
+ </configuration>
77
+ </plugin>
78
<plugin>
79
<groupId>org.jacoco</groupId>
80
<artifactId>jacoco-maven-plugin</artifactId>
0 commit comments