[regression] POMs with unusual file names don't get ${basedir} interpolated
---------------------------------------------------------------------------

                 Key: MNG-3944
                 URL: http://jira.codehaus.org/browse/MNG-3944
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann
            Priority: Minor


This
{code:xml}
  <properties>
    <prop0>${basedir}</prop0>
    <prop1>${project.basedir}</prop1>
  </properties>
{code}
doesn't get interpolated with Maven 3.x when the POM is not named "pom.xml".

-- 
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

        

Reply via email to