File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66This is a Maven plugin for working with Oracle's AppBundler. Specifically the fork at https://github.com/evolvedbinary/appbundler
77
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments