Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-5
-
None
Description
The attached patch makes the maven-release-manager support SCMs that do NOT checkout projects into the checkout directory itself but into subdirectories of the checkout directory. The SCM provider implementation must provide a relative path to the project directory within the CheckoutScmResult. This has been implemented for ClearCase already. See SCM-288 for further details.
The patch also contains a ScmTranslator implementation for ClearCase, and therefore makes it possible to use the Release plugin with ClearCase (only when using auto-generated config specs as introduced by SCM-287).
PS: The maven-release-plugin's unit tests in trunk seem to fail at the moment, even without this patch, at least in my environment. This patch only makes changes to maven-release-manager, not maven-release-plugin.
Attachments
Attachments
Issue Links
- depends upon
-
SCM-287 ClearCase / Support for checking out from a tag and auto-creation of config specs
- Closed
-
SCM-288 Improved support for SCM providers like ClearCase that do NOT check out directly into the check-out-dir but into sub-directories of the check-out-dir
- Closed
- relates to
-
SCM-288 Improved support for SCM providers like ClearCase that do NOT check out directly into the check-out-dir but into sub-directories of the check-out-dir
- Closed