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 ea13206 commit 406b96aCopy full SHA for 406b96a
pom.xml
@@ -142,6 +142,9 @@
142
<groupId>org.apache.maven.plugins</groupId>
143
<artifactId>maven-release-plugin</artifactId>
144
<version>3.0.1</version>
145
+ <configuration>
146
+ <releaseProfiles>release</releaseProfiles>
147
+ </configuration>
148
</plugin>
149
<plugin>
150
@@ -284,6 +287,21 @@
284
287
</plugins>
285
288
</build>
286
289
</profile>
290
+
291
+ <profile>
292
+ <id>release</id>
293
+ <build>
294
+ <plugins>
295
+ <plugin>
296
+ <groupId>org.sonatype.central</groupId>
297
+ <artifactId>central-publishing-maven-plugin</artifactId>
298
+ <version>0.7.0</version>
299
+ <extensions>true</extensions>
300
+ </plugin>
301
+ </plugins>
302
+ </build>
303
+ </profile>
304
305
</profiles>
306
307
</project>
0 commit comments