Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 831 Bytes

DEPLOYING.md

File metadata and controls

21 lines (16 loc) · 831 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 -Prelease release:clean release:prepare
mvn -Prelease release:perform