File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 547547 </gpgArguments >
548548 </configuration >
549549 </plugin >
550- <plugin >
551- <groupId >org.sonatype.central</groupId >
552- <artifactId >central-publishing-maven-plugin</artifactId >
553- <extensions >true</extensions >
554- <configuration >
555- <publishingServerId >central</publishingServerId >
556- <autoPublish >true</autoPublish >
557- </configuration >
558- </plugin >
550+ <plugin >
551+ <groupId >org.sonatype.central</groupId >
552+ <artifactId >central-publishing-maven-plugin</artifactId >
553+ <extensions >true</extensions >
554+ <configuration >
555+ <publishingServerId >central</publishingServerId >
556+ <autoPublish >true</autoPublish >
557+ <!-- Name displayed on the Central Portal "Deployments" page -->
558+ <deploymentName >${project.artifactId} ${project.version} </deploymentName >
559+ </configuration >
560+ </plugin >
559561 </plugins >
560562 </build >
561563 </profile >
You can’t perform that action at this time.
0 commit comments