Gradle Maven Publish Plugin

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

"maven-publish" is an newer alternative to publishing with Maven Plugin, using "publish" tasks instead of Maven Plugin's "Upload" tasks.

The concepts behind publishing with "maven-publish", and the publishing mechanics, are described in the Concepts and Plugin Mechanics below. A step by step procedure is available under the Procedure section.

Concepts and Plugin Mechanics

Procedure