Skip to content

Commit 2f71748

Browse files
committed
automating releases
1 parent 48a4d6a commit 2f71748

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
<extensions>true</extensions>
110110
<configuration>
111111
<publishingServerId>central</publishingServerId>
112-
<autoPublish>false</autoPublish>
112+
<autoPublish>true</autoPublish>
113+
<waitUntil>published</waitUntil>
114+
<!-- waitMaxTime is specified in seconds-->
115+
<waitMaxTime>1800</waitMaxTime>
113116
</configuration>
114117
</plugin>
115118

0 commit comments

Comments
 (0)