Continuum

adding parent pom create duplicate continuum projects for all children

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-alpha-2
  • Fix Version/s: 1.0
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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

Activity

Hide
Jason van Zyl added a comment -

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.

Show
Jason van Zyl added a comment - 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.
Hide
Ryan Sonnek added a comment -

Thanks, this worked, but now when I add the parent POM to continuum, ONLY the child projects are added. This is an issue because if the parent POM is changed, the child projects won't know about the change and they will be built incorrectly.

Show
Ryan Sonnek added a comment - Thanks, this worked, but now when I add the parent POM to continuum, ONLY the child projects are added. This is an issue because if the parent POM is changed, the child projects won't know about the change and they will be built incorrectly.
Hide
Jason van Zyl added a comment -

Trygve, can you verify this is all good now.

Show
Jason van Zyl added a comment - Trygve, can you verify this is all good now.
Hide
Emmanuel Venisse added a comment -

Done.

Show
Emmanuel Venisse added a comment - Done.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: