Are you sure?

Its works for me. A configuration example :

<plugin>
  <artifactId>maven-antrun-plugin</artifactId>
  <configuration>
        <tasks>
                <echo>
                 settings.localRepository=${settings.localRepository}
                </echo> 
        </tasks>
   </configuration>
</plugin>




pkbhavani wrote:
> 
> <echo> 
>           settings.localRepository=${settings.localRepository}
> </echo>
> 
> 
> I have maven-antrun-plugin task that needs location of the local
> Repository, but ${settings.localRepository} is not recognizing,  I have
> <localRepository> defined in the conf/settings.xml file in maven
> installation.
> 
> -praveen
> 

-- 
View this message in context: 
http://www.nabble.com/%24%7BlocalRepository%7D-property-not-recognized-in-Maven2-tp20389692p20401273.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to