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 8beeef1 commit 84864e2Copy full SHA for 84864e2
pom.xml
@@ -167,6 +167,7 @@
167
<version>3.0.1</version>
168
<configuration>
169
<tagNameFormat>@{project.version}</tagNameFormat>
170
+ <releaseProfiles>release</releaseProfiles
171
</configuration>
172
</plugin>
173
<plugin>
@@ -493,7 +494,20 @@
493
494
</plugins>
495
</build>
496
</profile>
-
497
+
498
+ <profile>
499
+ <id>release</id>
500
+ <build>
501
+ <plugins>
502
+ <plugin>
503
+ <groupId>org.sonatype.central</groupId>
504
+ <artifactId>central-publishing-maven-plugin</artifactId>
505
+ <version>0.7.0</version>
506
+ <extensions>true</extensions>
507
+ </plugin>
508
+ </plugins>
509
+ </build>
510
+ </profile>
511
</profiles>
512
513
</project>
0 commit comments