https://github.com/xdev-software/maven-redirector
Publishes Maven redirect artifacts
https://github.com/xdev-software/maven-redirector
maven redirect redirection
Last synced: 9 months ago
JSON representation
Publishes Maven redirect artifacts
- Host: GitHub
- URL: https://github.com/xdev-software/maven-redirector
- Owner: xdev-software
- License: apache-2.0
- Created: 2024-01-18T08:46:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T08:03:57.000Z (9 months ago)
- Last Synced: 2025-07-07T09:02:40.513Z (9 months ago)
- Topics: maven, redirect, redirection
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maven Redirector
Publishes Maven redirect artifacts
## Usage
* Migrate the repository of the actual artifact from e.g. ``software.xdev:test`` to ``software.xdev:test2``
* Release a new version of that artifact (e.g. 1.2.3 -> 2.0.0)
* Run the [deploy workflow](https://github.com/xdev-software/maven-redirector/actions/workflows/deploy.yml) of this repository with the following parameters:
| Parameter | Example Value |
| --- | --- |
| Old GroupId | ``software.xdev`` |
| New GroupId | ``software.xdev`` |
| Old ArtifactId | ``test`` |
| New ArtifactId | ``test-2`` |
| Version | ``2.0.0`` |