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 ebb80e0 commit febdafbCopy full SHA for febdafb
pom.xml
@@ -171,6 +171,7 @@
171
<version>3.0.1</version>
172
<configuration>
173
<tagNameFormat>@{project.version}</tagNameFormat>
174
+ <releaseProfiles>release</releaseProfiles>
175
</configuration>
176
</plugin>
177
<plugin>
@@ -504,6 +505,20 @@
504
505
</plugins>
506
</build>
507
</profile>
508
+
509
+ <profile>
510
+ <id>release</id>
511
+ <build>
512
+ <plugins>
513
+ <plugin>
514
+ <groupId>org.sonatype.central</groupId>
515
+ <artifactId>central-publishing-maven-plugin</artifactId>
516
+ <version>0.7.0</version>
517
+ <extensions>true</extensions>
518
+ </plugin>
519
+ </plugins>
520
+ </build>
521
+ </profile>
522
523
</profiles>
524
0 commit comments