Skip to content

Commit f7eb257

Browse files
Setting the deployment name to the project name to make our deployments easier to locate in the maven central repository.
1 parent 57227dd commit f7eb257

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
@@ -431,6 +431,7 @@
431431
<version>0.9.0</version>
432432
<extensions>true</extensions>
433433
<configuration>
434+
<deploymentName>${project.name}</deploymentName>
434435
<publishingServerId>central</publishingServerId>
435436
</configuration>
436437
</plugin>

0 commit comments

Comments
 (0)