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 d45d504 commit 1949739Copy full SHA for 1949739
pom.xml
@@ -148,6 +148,17 @@
148
</execution>
149
</executions>
150
</plugin>
151
+ <plugin>
152
+ <groupId>org.sonatype.central</groupId>
153
+ <artifactId>central-publishing-maven-plugin</artifactId>
154
+ <version>0.8.0</version>
155
+ <extensions>true</extensions>
156
+ <configuration>
157
+ <publishingServerId>central</publishingServerId>
158
+ <autoPublish>true</autoPublish>
159
+ <waitUntil>published</waitUntil>
160
+ </configuration>
161
+ </plugin>
162
</plugins>
163
</build>
164
0 commit comments