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