Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-5
-
Component/s: scm
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
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.
Issue Links
- depends upon
-
SCM-287
ClearCase / Support for checking out from a tag and auto-creation of config specs
-
-
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
-
- 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
-
Applied. Thanks.