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 b613618 commit e2dfd88Copy full SHA for e2dfd88
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>
@@ -486,6 +487,20 @@
486
487
</plugins>
488
</build>
489
</profile>
490
+
491
+ <profile>
492
+ <id>release</id>
493
+ <build>
494
+ <plugins>
495
+ <plugin>
496
+ <groupId>org.sonatype.central</groupId>
497
+ <artifactId>central-publishing-maven-plugin</artifactId>
498
+ <version>0.7.0</version>
499
+ <extensions>true</extensions>
500
+ </plugin>
501
+ </plugins>
502
+ </build>
503
+ </profile>
504
505
</profiles>
506
0 commit comments