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 8da8841 commit 6c8a334Copy full SHA for 6c8a334
pom.xml
@@ -183,6 +183,7 @@
183
<version>3.0.1</version>
184
<configuration>
185
<tagNameFormat>@{project.version}</tagNameFormat>
186
+ <releaseProfiles>release</releaseProfiles>
187
</configuration>
188
</plugin>
189
<plugin>
@@ -512,6 +513,20 @@
512
513
</plugins>
514
</build>
515
</profile>
516
+
517
+ <profile>
518
+ <id>release</id>
519
+ <build>
520
+ <plugins>
521
+ <plugin>
522
+ <groupId>org.sonatype.central</groupId>
523
+ <artifactId>central-publishing-maven-plugin</artifactId>
524
+ <version>0.7.0</version>
525
+ <extensions>true</extensions>
526
+ </plugin>
527
+ </plugins>
528
+ </build>
529
+ </profile>
530
531
</profiles>
532
0 commit comments