Skip to content

Commit da032c6

Browse files
authored
chore: enable auto publish for maven central (#192)
Signed-off-by: Yashash H L <yashashhl25@gmail.com>
1 parent e11f020 commit da032c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
<extensions>true</extensions>
7979
<configuration>
8080
<publishingServerId>central</publishingServerId>
81+
<autoPublish>true</autoPublish>
82+
<waitUntil>published</waitUntil>
8183
</configuration>
8284
</plugin>
8385
</plugins>

0 commit comments

Comments
 (0)