nexus-repository-composer
nexus-repository-composer copied to clipboard
Add rest api to configure composer repositories
This PR adds rest API support to configure composer repositories, which can be used in automated deployment.
Due to the incompatible changes in the 3.41.0-01 release, I had to raise nxrm-version and parent version to 3.41.0-01. Without this version bump the API for proxy repositories wouldn't work.
This feature has been tested through the nexus embedded API playground. I haven't been able to find a suitable integration test in the whole nexus-public, so any hint toward such a test would be welcomed.