Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Core system, SCM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
It seems to me that, when adding a parent pom to continuum, which has <modules> defined, but the scm url only defined in the parent, it gets and parses the child poms correctly, but their scm URLs are build as ${parentScmUrl}/${childArtifactId} , while I think they should rather be ${parentScmUrl}/${modulePath}
Maybe this is a maven inheritance issue, though ?
Issue Links
| This issue is related to: | ||||
| CONTINUUM-708 | Continuum can not correctly locate modules for multiple module maven 2 projects. |
|
|
|
You will run into other problems when the scm url is inherited and the location in scm != artifactId, so better define the correct scm url in the child pom. So if you want this fix, this defintely isn't a bug, but at most an enhancement or request for this kind of functionality.