> Maven 3 emits a warning if the parent-pom relative path (../pom.xml) > does not match the specified parent pom. However the ../pom.xml is a > simple aggregator pom and the parent pom cannot be referenced from this > location in subversion. Am I expected to put <relativePath/> everywhere? >
Yes, that's what you do in the child in this case (i.e. "<relativePath/>"). /Anders
