-
Notifications
You must be signed in to change notification settings - Fork 28
Curation mvn enabled #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR enable curation support for maven according to xray and artifactory version, it also keep the option to enable it by env var |
if err != nil { | ||
return | ||
} | ||
rtManager, err = rtUtils.CreateServiceManager(serverDetails, 2, 0, false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactor values as consts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a matter of consts in my opinion, thats what the function want, just read its signature
dev
branch.go vet ./...
.go fmt ./...
.Depends on: jfrog/jfrog-cli-core#1138