Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 822 Bytes

DEPLOYING.md

File metadata and controls

21 lines (16 loc) · 822 Bytes

Deploying Instructions

These instructions are based on the instructions for deploying to the Central Repository using Maven. Note that this is for Spotify internal use only.

You will need the following:

Once you've got that in place, you should be able to do deployment using the following commands:

# deploy snapshot version
mvn clean deploy

# make and deploy a relase
mvn release:clean release:prepare -P release
mvn release:perform