On 5/30/07, Kiran Kodlady <[EMAIL PROTECTED]> wrote:

Maven complains when a pom has children with identical
groupId:artifactId with the following message:

INFO] Project 'com.xyzis duplicated in the reactor.

Can somebody tell me is there any solutin for this??


What exactly seems confusing to you about this?
The groupId/artifactId combination must always be unique for each maven
project/module.
You can reuse the groupId (or part of it) in your child modules, but also in
that case at least the artifactId must be unique.

Reply via email to