Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.1
-
Labels:None
-
Environment:Windows
vss command line (ss.exe) must be in the system path
-
Number of attachments :
Description
Here is an implementation of a Visual Source Safe factory for maven changelog plugin.
To use it :
'maven.changelog.factory' property must be set to 'org.apache.maven.vsslib.VssChangeLogFactory'
and connection string must have the following format:
scm:vss:$
{vss.repository_path}:$
{vss.user_inf}:$
{vss.project_path}example:
scm:vss:\\server1\dolto:guest:/java/myProject
Source code