On Tue, Apr 23, 2019 at 3:19 AM Rajeev Ranjan <[email protected]> wrote: > do I need to do mvn release againg or mvn deploy only. What's the difference > between the two?
`release:perform` internally runs `deploy`, after `release:prepare` has done a lot of preparation. A naked `mvn deploy` is generally only good for uploading snapshots, not releases, except for advanced use cases I will not discuss. If you were getting permission denied errors releasing, then there may have been something wrong in https://github.com/jenkins-infra/repository-permissions-updater/pull/1103 such as a mistyped (LDAP) login ID, or maybe there was something wrong with GitHub. You did not quote the actual error message so it is not possible to help you much. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr13cHbK9yhR6qF7o7VAYau15NNM1eFMqrMTH5uA-TH%2BTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
