Hi (again) Dan, If I understand you correctly you are recommending me to look at the AbstractReleaseMojo.java file of the mavin-release-plugin. Will that actually show me how to get the repo information inside the *pom.xml*?
/Scott -----Original Message----- From: dan tran [mailto:[EMAIL PROTECTED] Sent: den 27 mars 2006 09:30 To: Maven Users List Subject: Re: [M2] Is there a variable for the local repository? 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 > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
