Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
The scm:validate goal only supports ':' as a repository connection delimiter. This creates problems with cvs repositories using drive letters. The attached patch allows a connection string like:
<repository>
<connection>
scm|cvs|pserver|user@cvs.domain.org|C:/cvs|module
</connection>
</repository>
Similar patch applied today