Mike Müller  wrote
> Hi
> 
> I need some further help to do my first release:
> I ran into troubles when I try to execute
> 
> mvn release:prepare
> 
> The error below appears:
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.BuildFailureException: Unable to commit files
> Provider message:
> The svn command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: MKACTIVITY of 
> '/repos/asf/!svn/act/496c5cff-cefb-f248-bafe-68f9d94195f5': authorization 
> failed: Could not authenticate to server: rejec
> ted Basic challenge (https://svn.apache.org)
> 
Hi,

this looks like your svn credentials are not correctly picked up by
maven. So maybe you have to provide your svn user name and/or password
to the maven release plugin. Out of the top of my head I think you can
do this with -Duser=x -Dpassword=y

HTH
Carsten
-- 
Carsten Ziegeler
cziege...@apache.org

Reply via email to