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 a0c6998 commit 84d93edCopy full SHA for 84d93ed
pom.xml
@@ -160,6 +160,9 @@
160
<groupId>org.apache.maven.plugins</groupId>
161
<artifactId>maven-release-plugin</artifactId>
162
<version>3.0.1</version>
163
+ <configuration>
164
+ <releaseProfiles>release</releaseProfiles>
165
+ </configuration>
166
</plugin>
167
<plugin>
168
@@ -432,6 +435,20 @@
432
435
</dependency>
433
436
</dependencies>
434
437
</profile>
438
+
439
+ <profile>
440
+ <id>release</id>
441
+ <build>
442
+ <plugins>
443
+ <plugin>
444
+ <groupId>org.sonatype.central</groupId>
445
+ <artifactId>central-publishing-maven-plugin</artifactId>
446
+ <version>0.7.0</version>
447
+ <extensions>true</extensions>
448
+ </plugin>
449
+ </plugins>
450
+ </build>
451
+ </profile>
452
453
</profiles>
454
0 commit comments