Hello
I am trying to use the plugin to publish my artifacts to maven central I have a multi module design something like a monorepo with multiple maven projects
- I have 2FA enabled on my git account
- Here is the link to my repo --- https://github.com/yeshamavani/springmono
- I have referred the SSH configuration needed for this, mentioned over here -- https://danielflower.github.io/multi-module-maven-release-plugin/ssh-authentication.html
- As per the doc I have also mentioned the config in settings.xml file at my Maven_home
- I even generated new SSH key that has -----BEGIN RSA PRIVATE KEY----- as the starting of my private key file



Hello
I am trying to use the plugin to publish my artifacts to maven central I have a multi module design something like a monorepo with multiple maven projects