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 6a51501 commit 3bc582eCopy full SHA for 3bc582e
1 file changed
pom.xml
@@ -116,6 +116,15 @@
116
</archive>
117
</configuration>
118
</plugin>
119
+ <plugin>
120
+ <groupId>org.sonatype.central</groupId>
121
+ <artifactId>central-publishing-maven-plugin</artifactId>
122
+ <version>0.7.0</version>
123
+ <extensions>true</extensions>
124
+ <configuration>
125
+ <publishingServerId>central</publishingServerId>
126
+ </configuration>
127
+ </plugin>
128
</plugins>
129
</build>
130
<profiles>
0 commit comments