Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Component/s: maven-scm-api, maven-scm-provider-git, maven-scm-provider-svn
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
can be implemented at least with svn and git.
RemoteInfoCommand with following methods:
Map<String,String> getBranches(ScmProviderRepositoryrepository,
ScmFileSet fileSet, CommandParameters parameters )
throws ScmException;
Map<String,String> getTags(ScmProviderRepositoryrepository, ScmFileSet
fileSet, CommandParameters parameters )
throws ScmException;
for svn : tag/branch name , url
for git : tag/branch name, hashcode