Skip to content

Commit 49b9d1a

Browse files
authored
Auto publish to Maven Central (#175)
*Issue #, if available:* *Description of changes:* Set autoPublish to true to remove a manual action when publishing to Maven central. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: Simon Marty <[email protected]>
1 parent 984a378 commit 49b9d1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,12 @@
193193
<extensions>true</extensions>
194194
<configuration>
195195
<publishingServerId>central</publishingServerId>
196+
<autoPublish>true</autoPublish>
197+
<waitUntil>uploaded</waitUntil>
196198
</configuration>
197199
</plugin>
198200
</plugins>
199201
</build>
200202
</profile>
201203
</profiles>
202-
</project>
204+
</project>

0 commit comments

Comments
 (0)