Skip to content

Commit 85cfd4d

Browse files
authored
Auto-publish to maven central (#174)
*Issue #, if available:* *Description of changes:* Set autoPublish to true to remove a manual action when performing a `mvn deploy` 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 da07f3f commit 85cfd4d

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
@@ -194,10 +194,12 @@
194194
<extensions>true</extensions>
195195
<configuration>
196196
<publishingServerId>central</publishingServerId>
197+
<autoPublish>true</autoPublish>
198+
<waitUntil>uploaded</waitUntil>
197199
</configuration>
198200
</plugin>
199201
</plugins>
200202
</build>
201203
</profile>
202204
</profiles>
203-
</project>
205+
</project>

0 commit comments

Comments
 (0)