Skip to content

Commit dabc6c4

Browse files
authored
Maven publish: configure deploymentName (#1507)
* Config Maven publish * Reusing project.artifactId
1 parent 551cdae commit dabc6c4

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
@@ -141,6 +141,7 @@
141141
<tokenAuth>true</tokenAuth>
142142
<autoPublish>true</autoPublish>
143143
<waitUntil>validated</waitUntil>
144+
<deploymentName>${project.artifactId}</deploymentName>
144145
</configuration>
145146
</plugin>
146147
<plugin>

0 commit comments

Comments
 (0)