Issue in maven release:prepare - svn commit failure -


i using svn , maven release plugin. when try apply release:prepare following error:

svn: commit failed

(details follow):

svn: commit blocked pre-commit hook (exit code 1) output:

valid radar/espresso number not given commit.

i know radar number. when try commit directly terminal following command works:

svn ci -m "rdar://34234242"

how pass radar number release:prepare command? please help.

i can think of 2 ways of dealing this. both feel bit hacky though.

option 1

set scmcommentprefix goal having rdar number.

option 2

set suppresscommitbeforetag in goal. avoid commit error @ expense of not having commit @ all.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -