Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-2
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
adding my parent maven2 project to continuum creates a continuum project for each of my subprojects. the continuum project's start off with the label of my subprojects, but once the build run's they all revert to the label of the parent projects.
the build process for each of the subproject's is the same as well. they don't actually just build the subproject. continuum builds the entire project.
try using my project's pom at https://shard.dev.java.net/source/browse/*checkout*/shard/pom.xml for an example.
Issue Links
| This issue is related to: | ||||
| CONTINUUM-330 | POM-only projects ignored. Causes problems with parent/child module pattern |
|
|
|
This is more an issue with m2 but you must put a slash on the end of you developerConnection like this:
scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:shard/
Which indicates to the inheritance assembly mechanism in m2 that the path should be constructed for children inheriting the element. I know it's confusing, we'll try to fix that.