File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 166166 <version >3.0.1</version >
167167 <configuration >
168168 <tagNameFormat >@{project.version}</tagNameFormat >
169+ <releaseProfiles >release</releaseProfiles >
169170 </configuration >
170171 </plugin >
171172 <plugin >
492493 </plugins >
493494 </build >
494495 </profile >
495-
496+
497+ <profile >
498+ <id >release</id >
499+ <build >
500+ <plugins >
501+ <plugin >
502+ <groupId >org.sonatype.central</groupId >
503+ <artifactId >central-publishing-maven-plugin</artifactId >
504+ <version >0.7.0</version >
505+ <extensions >true</extensions >
506+ <configuration >
507+ <publishingServerId >central-publisher-portal</publishingServerId >
508+ </configuration >
509+ </plugin >
510+ </plugins >
511+ </build >
512+ </profile >
513+
496514 </profiles >
497515
498516</project >
You can’t perform that action at this time.
0 commit comments