We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec3326 commit 140b84cCopy full SHA for 140b84c
pom.xml
@@ -115,6 +115,7 @@
115
<version>3.0.1</version>
116
<configuration>
117
<tagNameFormat>@{project.version}</tagNameFormat>
118
+ <releaseProfiles>release</releaseProfiles>
119
</configuration>
120
</plugin>
121
<plugin>
@@ -257,6 +258,21 @@
257
258
</plugins>
259
</build>
260
</profile>
261
+
262
+ <profile>
263
+ <id>release</id>
264
+ <build>
265
+ <plugins>
266
+ <plugin>
267
+ <groupId>org.sonatype.central</groupId>
268
+ <artifactId>central-publishing-maven-plugin</artifactId>
269
+ <version>0.7.0</version>
270
+ <extensions>true</extensions>
271
+ </plugin>
272
+ </plugins>
273
+ </build>
274
+ </profile>
275
276
</profiles>
277
278
<distributionManagement>
0 commit comments