tags:

views:

16

answers:

1

When calling help:effective-pom in some child modules position, the output prints wrong path.

some url like .../${groupId}/${some_other_sibling's_artifactId}/...

This is also make site deploy wrong.

Can anybody help?

A: 

You have to use ${project.groupId} instead of {groupId}

khmarbaise