Carsten Karkola wrote:
Hi,I've created the following directory layout /a - pom.xml /b - pom.xml - /b.a -pom.xml My executions: $> cd ~/a $> mvn compile [INFO] BUILD SUCCESSFUL
You have to do 'mvn install' to install the pom into the repository. If not Maven doesn't have any places to find the parent pom.
-- Trygve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]