DeepMedia logo
Open Source

Search...

Other versions of this page

Improve this page on GitHub

Search

Install

Build configuration

To use MavenDeployer in your project, add the following lines:

kotlin logokotlin
// settings.gradle.kts pluginManagement { repositories { gradlePluginPortal() mavenCentral() } } // build.gradle.kts of deployable modules plugins { id("io.deepmedia.tools.deployer") version "LATEST_VERSION" }

Replace "LATEST_VERSION" with the latest version number, 0.14.0.

Snapshots

The plugin uses an older version of itself to publish itself to the Maven Central repository and to GitHub Packages. This means that you can check the plugin source code to see an example of how to use it.

It also uses itself to publish snapshots to https://s01.oss.sonatype.org/content/repositories/snapshots/ on each push to main. To use the snapshots, add the url as a maven repository and depend on id("io.deepmedia.tools.deployer") version "latest-SNAPSHOT".

Subscribe to the DeepMedia Newsletter

The latest news about DeepMedia products, open source projects and software development at our company.

By clicking “Subscribe”, you agree that DeepMedia may use your email address to send you newsletters, including commercial communications, and to process your personal data for this purpose. You agree that DeepMedia may process said data using third-party services for this purpose in accordance with the DeepMedia Privacy Policy. You can revoke this consent at any time using the unsubscribe link included in each email or by writing at contact@deepmedia.io.