Maven release plugin with git repository ignores scm.user scm.password -


i trying run maven release build jenkins using m2 release plugin git.

jenkins has read-only access git repository, need specify credentials manually during build. passed maven release plugin via -dusername=\*\*\*\* -dpassword=\*\*\*\*, creates scm.username , scm.password in release.properties when run release:prepare , release:perform manually , in order.

however, these seem ignored release:perform task.

is there other way maven release plugin accept credentials in build?

you're hitting mrelease-832, regression since 2.4. have wait next release or fall 2.3.2


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -