Skip to content

Commit 2d14a41

Browse files
authored
Merge pull request #12 from grove693/feature/auto-publish-artifact-github-action
Configure publishing maven plugin to auto publish after artifact upload
2 parents 9189129 + 0548846 commit 2d14a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
<extensions>true</extensions>
132132
<configuration>
133133
<publishingServerId>central</publishingServerId>
134+
<autoPublish>true</autoPublish>
134135
</configuration>
135136
</plugin>
136137
<plugin>

0 commit comments

Comments
 (0)