Wed, 12 Oct 2011 17:42:59 -0700, /Manfred Moser/:
11-10-12 05:30 PM, Yuen-Chi Lian wrote:

         <parent>
                 <groupId>y</groupId>
                 <artifactId>x</artifactId>
                 <version>v</version>
                 <relativePath>../parent</relativePath>

  Dont use relative path  ...

Why it is not good? I ask because the m2e plugin for Eclipse automatically generates:

  <parent>
    ...
    <relativePath>..</relativePath>
  </parent>

for new child modules. As far as I understand the above is the default - is there a difference if it is specified explicitly?

--
Stanimir

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to