Skip to content

Commit 6679124

Browse files
pom: Set a deployment name when publishing to Maven Central
This will make it easier to identify each release on the Central Portal "Deployments" page.
1 parent 13c9ddb commit 6679124

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@
411411
<configuration>
412412
<publishingServerId>central</publishingServerId>
413413
<autoPublish>true</autoPublish>
414+
<!-- Name displayed on the Central Portal "Deployments" page -->
415+
<deploymentName>${project.artifactId} ${project.version}</deploymentName>
414416
</configuration>
415417
</plugin>
416418
</plugins>

0 commit comments

Comments
 (0)