Re: error when building multiple projects joined by maven2 module

2006-08-18 Thread Jesse McConnell
for the record I think it was determined on irc the other day that initial import works off of module name but the updating was based on artifact Id...which causes a problem for some people who maintain different directory/artifactid combinations. jesse On 8/17/06, Christian Edward Gruber <[EMAI

Re: error when building multiple projects joined by maven2 module

2006-08-17 Thread Jesse McConnell
well first off, you shouldn't need the SCM sections in the child poms, maven uses the name of the module in the parent pom to determine how to check out the children The child poms need to use the tag to link back up to the top lvl parent pom. with that in place maven should sequentially build