Releases: eclipse-cbi/central-staging-plugins
Releases · eclipse-cbi/central-staging-plugins
Publication workflow
Add the publication workflows with these new goals:
rc-download: Download artifacts from remote repositories to local stagingrc-bundle: automates the bundle creation process for remote artifacts and local staging artifactsrc-upload: Upload bundle to staging arearc-sync: provides a complete orchestrated workflow that chains together RC goals (rc-download,rc-bundle,rc-sync) for end-to-end artifact synchronization with a remote repository. This workflow is designed for complex scenarios where artifacts need to be downloaded from remote repositories, processed, and published to Maven Central.
1.1.0
1.0.0
First release that support these features:
- Authenticate with Bearer token (from CLI or Maven settings.xml)
- Upload artifact bundles to Central Portal with configurable publishing types
- Check if a component is published in Central
- Retrieve and display deployment status (state, errors, date)
- List all deployments for a namespace, including state, creation date, and errors per component
- Release (publish) a deployment if it is validated
- Drop (delete) a deployment by ID
- Drop all deployments in a namespace with central.removeAll
- Drop only deployments in FAILED state with central.removeFailedOnly (works with single, latest, or all deployments)
- Supports custom Central Portal API URL and serverId for token retrieval