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 334ba81 commit 447d71bCopy full SHA for 447d71b
pom.xml
@@ -162,6 +162,9 @@
162
<groupId>org.apache.maven.plugins</groupId>
163
<artifactId>maven-release-plugin</artifactId>
164
<version>3.0.1</version>
165
+ <configuration>
166
+ <releaseProfiles>release</releaseProfiles>
167
+ </configuration>
168
</plugin>
169
<plugin>
170
@@ -457,6 +460,20 @@
457
460
</build>
458
461
</profile>
459
462
463
+ <profile>
464
+ <id>release</id>
465
+ <build>
466
+ <plugins>
467
+ <plugin>
468
+ <groupId>org.sonatype.central</groupId>
469
+ <artifactId>central-publishing-maven-plugin</artifactId>
470
+ <version>0.7.0</version>
471
+ <extensions>true</extensions>
472
+ </plugin>
473
+ </plugins>
474
+ </build>
475
+ </profile>
476
+
477
</profiles>
478
479
</project>
0 commit comments