----- Original Message ----- From: "Trygve Laugstøl" <[EMAIL PROTECTED]>
To: "Maven Developers List" <dev@maven.apache.org>
Sent: Thursday, May 18, 2006 1:37 PM
Subject: Re: Maven 2.0.4 - Cascading POMs with packaging=pom


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

Hello

Maven should look for parent pom in parent directory first.
This have been described some time ago by Brett (I think).

I have just tested it. It's a regression in Maven 2.0.4.
I tested on Maven 2.0.2, 2.03 and 2.0.4. Only 2.0.4 does
not work.

Can someone create Jira issue?

Greetings

Greg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to