This is likely a n00b question, but I'm banging my head with no success.
I am trying to run the maven release plugin on my first mavenized project.

Our infrastructure has SVNBridge to TFS (not my choice) and I'm using the
latest TortoiseSVN 1.7.6.22632 client with command-line files.

I can use SVN to check out, commit, etc. from the command-line, Internet
Explorer, via NetBeans (using SVN client files) but when I run

    'mvn release:prepare'

or

     'mvn release:prepare -Dusername=me -Dpassword=mypassword'

from the command-line, I get the following error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.2.2:prepare (default-cli)
on project Shared: Unable to tag SCM
[ERROR] Provider message:
[ERROR] The svn tag command failed.
[ERROR] Command output:
[ERROR] svn: E170001: COPY of '/!svn/bc/131514/Shared': authorization
failed: Could not authenticate to server: rejected Digest challenge

I'm not sure if I'm missing something in my POM or mvn command line or if
there is an issue with my SVN client or with SVNBridge.  SVN works for all
other activities I have been doing.

Any ideas?

-- 

Jeff Vincent
predato...@gmail.com
See my LinkedIn profile at:
http://www.linkedin.com/in/rjeffreyvincent
I ♥ DropBox <http://db.tt/9O6LfBX> !!

Reply via email to