Skip to content

Commit 3a5bd3c

Browse files
committed
Switch to publishing artifacts to the newer Maven Central Portal
1 parent e1ac6b3 commit 3a5bd3c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AppBundler Maven Plugin
22

33
[![Build Status](https://github.com/evolvedbinary/appbundler-maven-plugin/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/evolvedbinary/appbundler-maven-plugin/actions/workflows/ci.yml)
4-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.evolvedbinary.appbundler/appbundler-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.evolvedbinary.appbundler/appbundler-maven-plugin)
4+
[![Maven Central](https://img.shields.io/maven-central/v/com.evolvedbinary.appbundler/appbundler-maven-plugin?logo=apachemaven&label=maven+central&color=green)](https://central.sonatype.com/search?namespace=com.evolvedbinary.appbundler)
55

66
This is a Maven plugin for working with Oracle's AppBundler. Specifically the fork at https://github.com/evolvedbinary/appbundler
77

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,18 @@
286286
</execution>
287287
</executions>
288288
</plugin>
289+
<plugin>
290+
<groupId>org.sonatype.central</groupId>
291+
<artifactId>central-publishing-maven-plugin</artifactId>
292+
<version>0.8.0</version>
293+
<extensions>true</extensions>
294+
<configuration>
295+
<publishingServerId>central</publishingServerId>
296+
<deploymentName>${project.artifactId}-${project.version}</deploymentName>
297+
<failOnBuildFailure>true</failOnBuildFailure>
298+
<waitUntil>validated</waitUntil>
299+
</configuration>
300+
</plugin>
289301
</plugins>
290302
</build>
291303
</profile>

0 commit comments

Comments
 (0)