Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.9.1
-
None
-
None
-
perforce
Description
There is a need for p4maven a perforce scm provider using p4java to validate it current workspace before starting release:prepare
the correct place is to have perforce provider to implement validateScmUrl, but this interface does not consume any credential outside of the the url
we will need a new interface
public ValidateScmResult validate( ScmRepository repository, File basedir );