when is relativePath used?

2009-07-14 Thread Rusty Wright
My pom starts with parent artifactIdwaitlist-parent/artifactId groupIdedu.berkeley.ist.waitlist/groupId version1.1/version relativePath../../waitlist-parent/pom.xml/relativePath /parent When I run maven and the version inside the parent tags doesn't match

Re: when is relativePath used?

2009-07-14 Thread Tim O'Brien
On Tue, Jul 14, 2009 at 6:56 PM, Rusty Wrightrusty.wri...@gmail.com wrote: My pom starts with   parent       artifactIdwaitlist-parent/artifactId       groupIdedu.berkeley.ist.waitlist/groupId       version1.1/version       relativePath../../waitlist-parent/pom.xml/relativePath   /parent

Re: when is relativePath used?

2009-07-14 Thread Rusty Wright
Ok, thanks. After I posted that query I found something in the unofficial faq that alluded to that being the normal behavior. Tim O'Brien wrote: On Tue, Jul 14, 2009 at 6:56 PM, Rusty Wrightrusty.wri...@gmail.com wrote: My pom starts with parent