-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Description
🐛 Bug Report:
Describe the bug
Using openapi-generator-cli in a Jenkins based continuous integration without opened network route to outside, I can't use it because version-manager has hard-coded Nexus repo URL (https://repo1.maven.org/maven2/).
Steps to Reproduce
Steps to reproduce the behavior:
- Install openapi-generator-cli from npm repository (https://www.npmjs.com/package/@openapitools/openapi-generator-cli)
- Execute openapi-generator-cli through a NPM script
Expected behavior
Have a mean to specify a private Nexus repo instead of central one.