Basically I cannot release prepare using continuum because it the UI is forcing me to enter a username which is triggering the bug above.
Hence if the username is omitted I need continuum to ignore it and not attempt to pass -Dusername parameter to the underlying maven call.
Description
I have logged a separate bug against the subversion SCM
http://jira.codehaus.org/browse/SCM-419
Basically I cannot release prepare using continuum because it the UI is forcing me to enter a username which is triggering the bug above.
Hence if the username is omitted I need continuum to ignore it and not attempt to pass -Dusername parameter to the underlying maven call.
Wendy Smoak added a comment - 11/Mar/09 11:20 PM This seems to have been changed somewhere along the line.
As of 1.3.2-SNAPSHOT r752591 I can prepare a release of a project in Subversion without supplying credentials on the form.
Wendy Smoak added a comment - 11/Mar/09 11:23 PM from continuum.log, showing that it's not passing --username and --password on the svn command line
2009-03-11 21:01:10,183 [pool-3-thread-1] INFO releasePhase#scm-commit-development - Checking in modified POMs...
2009-03-11 21:01:10,278 [pool-3-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: /bin/sh -c cd /Applications/continuum-20090311-1258-r752530/data/working-directory/2 && svn commit --file /Applications/continuum-20090311-1258-r752530/./tmp/maven-scm-1059022350.commit --targets /Applications/continuum-20090311-1258-r752530/./tmp/maven-scm-18803-targets
2009-03-11 21:01:10,279 [pool-3-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: /Applications/continuum-20090311-1258-r752530/data/working-directory/2
2009-03-11 21:01:12,135 [pool-3-thread-1] INFO releasePhase#end-release - Release preparation complete.
This seems to have been changed somewhere along the line.
As of 1.3.2-SNAPSHOT r752591 I can prepare a release of a project in Subversion without supplying credentials on the form.