Uploading .jar
to packagecloud.io
for Private/Custom Dependency Imports
Install ruby
- Click here to view instructions on how to download Maven
- After the installation is complete, exit out of the terminal.
- Click here to view instructions on how to download ruby
- After the installation is complete, exit out of the terminal.
- From a new terminal execute the command below
gem install package_cloud
- After the installation is complete, exit out of the terminal.
Create package_cloud
account
- Navigate to packagecloud.io to create a new account.
- DO NOT click Sign Up With Github
- DO NOT click Sign Up With Bitbucket
- Ensure that you create a new account using email and password.
Deploy
- Click here to download the file for deploying a maven artifact to
packagecloud.io
- Move the
deploy.sh
script to the root directory of the maven project you would like to deploy.
- From a bash terminal, navigate to the root directory of the maven project you would like to deploy.
- Execute the command below to give the
deploy.sh
script executable permissions
- Execute the command below to run the
deploy.sh
script