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 582a37f commit 209e231Copy full SHA for 209e231
pom.xml
@@ -187,6 +187,9 @@
187
<groupId>org.apache.maven.plugins</groupId>
188
<artifactId>maven-release-plugin</artifactId>
189
<version>3.0.1</version>
190
+ <configuration>
191
+ <releaseProfiles>release</releaseProfiles>
192
+ </configuration>
193
</plugin>
194
<plugin>
195
@@ -564,6 +567,20 @@
564
567
</dependency>
565
568
</dependencies>
566
569
</profile>
570
+
571
+ <profile>
572
+ <id>release</id>
573
+ <build>
574
+ <plugins>
575
+ <plugin>
576
+ <groupId>org.sonatype.central</groupId>
577
+ <artifactId>central-publishing-maven-plugin</artifactId>
578
+ <version>0.7.0</version>
579
+ <extensions>true</extensions>
580
+ </plugin>
581
+ </plugins>
582
+ </build>
583
+ </profile>
584
585
</profiles>
586
0 commit comments