Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.5 (Beta)
-
Component/s: Core system
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
I have a flat multi module project with the following structure:
MultiModuleSample
|
`-- myparent-project
| |
| `-- pom.xml
|
`-- module1
| |
| `-- pom.xml
|
`-- module2
|
`-- pom.xml
The scm root url created was http://host/repos/MultiModuleSample/trunk/m
It should be http://host/repos/MultiModuleSample/trunk/
My mistake. I encountered this in continuum flat-multi-module branch not in 1.3.1
Will leave this open for now while waiting for flat-multi-module branch to get merge in trunk to verify this.