> As part of a conversion from ant to maven I'm exploring the use of a > multi-module project. Since this is a legacy project we'd rather not move > things around. So the child modules will not necessarily be in directories > directly beneath the parent pom. Is there any way to override this location > in the parent pom's module section?
Yes. Here's an example of a child pom where the parent is in a "neighbor" directory: http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-10/pom.xml?view=markup&pathrev=720662 <relativePath>../asf/pom.xml</relativePath> And you can do similar things in <modules>. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
