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++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -