Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.3
-
None
Description
Say you have this project structure:
/ |-- module1 |-- module2
and artifactIds are named:
my-parent |-- my-module1 |-- my-module2
Prefix my- is omitted for brevity in module names. For instance, Jersey does that.
When the SCM report is built, the artifactId is always used for path composition which leads to incorrect URLs. You can of course set the parameter checkoutDirectoryName but this would be extremely tedious for all modules down the tree.
The code should obtain the module name and use it for URL composition.
Attachments
Issue Links
- is related to
-
SCM-800 scm connection, developerConnection and url add artifactId at the end when they are inherited.
- Open
-
MNG-5951 add an option to avoid path addition to inherited URLs
- Closed
-
MNG-6059 Important use cases not covered, as child.inherit.append.path affects all children
- Closed
- relates to
-
MNG-5871 make url inheritance algorithm more visible
- Closed
-
MPIR-234 SCM-link in site of multimodule projects should not append module name by default (at least for git)
- Closed
-
MNG-4508 No way to avoid adding artifactId to site urls
- Closed
- mentioned in
-
Page Loading...