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.
autoPublish
1 parent 830d336 commit 11dbaa1Copy full SHA for 11dbaa1
pom.xml
@@ -221,6 +221,9 @@
221
<artifactId>central-publishing-maven-plugin</artifactId>
222
<version>0.8.0</version>
223
<extensions>true</extensions>
224
+ <configuration>
225
+ <autoPublish>true</autoPublish>
226
+ </configuration>
227
</plugin>
228
<!-- Use spotless plugin to automatically format code, remove unused import, etc
229
To apply changes directly to the file, run `mvn spotless:apply`
0 commit comments