We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e0045 commit 133c413Copy full SHA for 133c413
pom.xml
@@ -160,6 +160,7 @@
160
<version>3.0.1</version>
161
<configuration>
162
<tagNameFormat>@{project.version}</tagNameFormat>
163
+ <releaseProfiles>release</releaseProfiles>
164
</configuration>
165
</plugin>
166
<plugin>
@@ -485,6 +486,20 @@
485
486
</plugins>
487
</build>
488
</profile>
489
+
490
+ <profile>
491
+ <id>release</id>
492
+ <build>
493
+ <plugins>
494
+ <plugin>
495
+ <groupId>org.sonatype.central</groupId>
496
+ <artifactId>central-publishing-maven-plugin</artifactId>
497
+ <version>0.7.0</version>
498
+ <extensions>true</extensions>
499
+ </plugin>
500
+ </plugins>
501
+ </build>
502
+ </profile>
503
504
</profiles>
505
0 commit comments