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 a82c471 commit 8cdab4cCopy full SHA for 8cdab4c
pom.xml
@@ -240,6 +240,9 @@
240
<groupId>org.apache.maven.plugins</groupId>
241
<artifactId>maven-release-plugin</artifactId>
242
<version>3.0.1</version>
243
+ <configuration>
244
+ <releaseProfiles>release</releaseProfiles>
245
+ </configuration>
246
</plugin>
247
<plugin>
248
@@ -580,6 +583,21 @@
580
583
</plugins>
581
584
</build>
582
585
</profile>
586
+
587
+ <profile>
588
+ <id>release</id>
589
+ <build>
590
+ <plugins>
591
+ <plugin>
592
+ <groupId>org.sonatype.central</groupId>
593
+ <artifactId>central-publishing-maven-plugin</artifactId>
594
+ <version>0.7.0</version>
595
+ <extensions>true</extensions>
596
+ </plugin>
597
+ </plugins>
598
+ </build>
599
+ </profile>
600
601
</profiles>
602
603
</project>
0 commit comments