Re: realtivePath - what is it?

2006-07-09 Thread Eric Redmond

The groupdId etc. is useful for when nothing can be found in the relative
path.

Thanks;
Eric

On 7/8/06, Alex Shneyderman [EMAIL PROTECTED] wrote:


 It is a bit confusing since maven has all the information to find pom
 in the repository.

scratch that,

what's confusing is the fact that I need to specify groupId,artifactId
and version when I specify the realtive path. I assume maven can
deduct those from the pom I am pointing to. Am I missing something?

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




Re: realtivePath - what is it?

2006-07-08 Thread Alex Shneyderman

It is a bit confusing since maven has all the information to find pom
in the repository.


scratch that,

what's confusing is the fact that I need to specify groupId,artifactId
and version when I specify the realtive path. I assume maven can
deduct those from the pom I am pointing to. Am I missing something?

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



realtivePath - what is it?

2006-07-08 Thread Alex Shneyderman

in the parent element of pom.xml
parent
groupIdedu.columbia.law/groupId
artifactIdrootpom/artifactId
version1.0/version
relativePath../cls-pom/relativePath
/parent

what is the meaning of relativePath? How do I use it?

It is a bit confusing since maven has all the information to find pom
in the repository.

Thanks,
Alex.

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