We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fd24d commit c89fd94Copy full SHA for c89fd94
tests/plugins/pom.xml
@@ -58,6 +58,17 @@
58
</plugin>
59
</plugins>
60
</pluginManagement>
61
+
62
+ <plugins>
63
+ <plugin>
64
+ <groupId>org.sonatype.central</groupId>
65
+ <artifactId>central-publishing-maven-plugin</artifactId>
66
+ <extensions>true</extensions>
67
+ <configuration>
68
+ <skipPublishing>true</skipPublishing>
69
+ </configuration>
70
+ </plugin>
71
+ </plugins>
72
</build>
73
74
<profiles>
0 commit comments