On Wed, Aug 27, 2008 at 4:08 AM, Alexander Vaysberg <[EMAIL PROTECTED]> wrote:
> i have a problem with maven. I need in pom the local repository path. Can i
> it have?
> <properties>
>  <repo-jar>${settings.localRepository}/xxx/xx.jar
> </properties>??

The location of the local repo is developer-specific, so it belongs in
settings.xml, not in the pom.

You might be able to get to it with an implicit property
${settings...} but I'm curious what you're trying to accomplish that
you need this in the pom?

-- 
Wendy

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

Reply via email to