We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbdf3f commit 4790d44Copy full SHA for 4790d44
1 file changed
pom.xml
@@ -324,6 +324,16 @@
324
<artifactId>maven-compiler-plugin</artifactId>
325
<version>3.14.1</version>
326
</plugin>
327
+ <!-- Central publishing plugin -->
328
+ <plugin>
329
+ <groupId>org.sonatype.central</groupId>
330
+ <artifactId>central-publishing-maven-plugin</artifactId>
331
+ <version>0.9.0</version>
332
+ <extensions>true</extensions>
333
+ <configuration>
334
+ <publishingServerId>central</publishingServerId>
335
+ </configuration>
336
+ </plugin>
337
</plugins>
338
</build>
339
</project>
0 commit comments