Skip to content

GitHub Action for syncing a Maven package from Bintray to Maven Central.

License

Notifications You must be signed in to change notification settings

simontunnat/action-bintray-maven-central-sync

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-bintray-maven-central-sync

Bintray will be shutdown soon See for details: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

GitHub Action for syncing a Maven package from Bintray to Maven Central.

Uses the Bintray REST API:

Inputs

username

Required Username that should be used to connect to the Bintray API.

password

Required Password / API Key that should be used to connect to the Bintray API.

subject

The Bintray Subject that contains the repository. Defaults to the "username".

repo

The Bintray repository that contains the package. Defaults to "maven".

package

Required The package to be synced.

version

Required The package version to be synced.

Usage

- name: Sync to Maven Central
  uses: simontunnat/action-bintray-maven-central-sync@v1.1
  with:
    username: simontunnat
    password: SECRET_API_KEY
    package: org.tunnat:maven-parent
    version: 2002.5

Legal

Copyright 2020 Simon Tunnat

Licensed under the Apache License, Version 2.0.

About

GitHub Action for syncing a Maven package from Bintray to Maven Central.

Resources

License

Stars

Watchers

Forks

Packages