We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec972c commit 57d6207Copy full SHA for 57d6207
pom.xml
@@ -273,6 +273,15 @@
273
</supportedPackagings>
274
</configuration>
275
</plugin>
276
+ <plugin>
277
+ <groupId>org.sonatype.central</groupId>
278
+ <artifactId>central-publishing-maven-plugin</artifactId>
279
+ <version>0.7.0</version>
280
+ <extensions>true</extensions>
281
+ <configuration>
282
+ <publishingServerId>central-publisher-portal</publishingServerId>
283
+ </configuration>
284
+ </plugin>
285
</plugins>
286
</build>
287
0 commit comments