Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When creating a clientspec, maven-scm-provider-perforce currently appends "/..." to the SCM URL regardless of what is already there. But other plugins (such as the changelog-report-plugin, file-activity-report-plugin and developer-activity-report-plugin) require the SCM URL to end in "/..." to be able to produce output.
Fix: when creating the clientspec, only append "/..." if it is not already there.
(I'm not sure if "p4 filelog" is invoked by this component or those other report plugins.)
Untested patch attached.