Thanks but I wanted to debug it and figure out how the maven code goes about resolving it the parent pom paths. However being new to the source code, I am not sure where to start which is why I asked the question.
-----Original Message----- From: Jörg Schaible [mailto:[email protected]] Sent: Wednesday, September 04, 2013 1:01 PM To: [email protected] Subject: Re: maven 3.x and parent pom dependencies John Dix wrote: > Hello, > > I am wanting to determine how maven determines where parent poms are > if the <relativePath> tag is not in the <parent> section of a pom. Can > someone please point me to where in the source code I should set a > breakpoint and start look for this? A missing relativePath element and the following expression are equally handled: <relativePath>..</relativePath> - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp
