${settings.localRepository} is not resolved when used in systemPath -------------------------------------------------------------------
Key: MNG-4809 URL: http://jira.codehaus.org/browse/MNG-4809 Project: Maven 2 & 3 Issue Type: Bug Environment: Maven 2.2.1 and Maven 3.0 beta, windows Reporter: abhishek misra We cannot specify variables to define a system path. Maven complains about absolute path. This is a pain which forces us to either hard code the path or use -DlocalRepository flag. Is there a way to use settings from settings.xml to refer to this property? <systemPath>${settings.localRepository}/my.jar</systemPath> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira