This is a lightweight stub that implement certain Nexus APIs so one can test the release process.
See https://github.com/vlsi/asflike-release-environment
./gradlew run
to start the application
GROUP_IDS=groupId[:profileId]
specifies the list of group ids to create default staging profiles for. Technically speaking, Nexus Pro creates a staging repository from a staging profile, so the profile is required. The profile can be added later by sendingPUT
request to/service/local/staging/profiles/{id}
Apache License 2.0
2019-07-24
- Add service/local/staging/bulk/promote API
2019-04-28
- Migrate Micronaut to SpringBoot
2019-04-24
- Micronaut-based implementation
Vladimir Sitnikov sitnikov.vladimir@gmail.com