SkillAgentSearch skills...

MavenDeployer

Release libraries to Maven Central (Nexus/OSSRH or Central Portal), GitHub Packages and local directories with a unified Gradle DSL. Includes automatic releases using Sonatype APIs.

Install / Use

/learn @deepmedia/MavenDeployer

README

Build Status Release Issues

Project logo

MavenDeployer

A lightweight, handy Gradle plugin to deploy your maven packages (for example, Android AARs, Java JARs, Kotlin KLibs) to different kinds of repositories. It supports publishing to:

For Maven Central builds, the plugin takes care of releasing the artifacts using Sonatype REST APIs so you don't have to use their web UI.

It supports automatic configuration for a certain set of projects:

In addition, you may configure deployments manually based on some existing SoftwareComponent, MavenPublication or simple file artifacts.

// settings.gradle.kts
pluginManagement {
    repositories {
        gradlePluginPortal()
        mavenCentral()
    }
}

// build.gradle.kts of deployable modules
plugins {
    id("io.deepmedia.tools.deployer") version "0.18.0"
}

Please check out the documentation.

View on GitHub
GitHub Stars89
CategoryOperations
Updated2mo ago
Forks7

Languages

Kotlin

Security Score

85/100

Audited on Jan 19, 2026

No findings