Maven freezes while perfoming scm:update on VSS

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-02-25T19:08:49Z Indexed on 2010/05/23 4:20 UTC
Read the original article Hit count: 724

Filed under:
|
|

Im trying to get source files from VSS using Maven.

But when I execute command

mvn -DvssDirectory="C:\Program Files\VisualSourceSafe\win32" scm:update

the log goes to

[INFO] [scm:update {execution: default-cli}] [INFO] Executing: cmd.exe /X /C ""C:\Program Files\VisualSourceSafe\win32\ss" Get $/TEST -R -I- -GWS" [INFO] Working directory: C:\temp\test

and then nothing happens. No error, no success.

Can someone advice how to proceed with downloading sources from VSS?

© Stack Overflow or respective owner

Related posts about java

Related posts about visual-sourcesafe