I assume this is maven2 question, Your need to get a hold of maven-setting
object to retreive the local repo path
check maven-release-plugin source (AbstractReleaseMojo.java)
-D
On 3/26/06, Scott Tailor <[EMAIL PROTECTED]> wrote:
>
> Is there a variable for the path to the user's local repository? I tried
> using "${maven.home}/repository" in the pom but maven.home wasn't
> resolved.
> Is there a ${repo.local} variable I could use? Or better yet anyway I can
> look up the path of a dependency? Something like:
>
>
>
> ${pom.getDependencyPath?
> <http://wiki.taylorit.com/jsp/Wiki?topic=DependencyPath&action=action_edit
> >
> ('org.springframework:spring-hibernate ')}?
>
>
>
> /Scott
>
>
>
>
>
>
>
>
>