On Dec 6, 2007 10:17 AM, Ido M. Tamir <[EMAIL PROTECTED]> wrote: > I created a flat multi module project as in > http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html > > I can not initiate the build from a freshly checked out project (no jars > from project in repository) from a child module. > Then maven complains that the parent was not found. > "Reason: Cannot find parent etc...". > > Is this the expected behaviour?
How did you define the parent in the child that refuses to build? By default Maven looks one directory above for the parent (in ../pom.xml). If that's not where the parent is, try using the parent/relativePath element to point to it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
