Filter token "basedir" no longer interpolated
---------------------------------------------

                 Key: MINVOKER-69
                 URL: http://jira.codehaus.org/browse/MINVOKER-69
             Project: Maven 2.x Invoker Plugin
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Benjamin Bentmann


The fix for MINVOKER-53 introduced a regression: The mere token {{basedir}} is 
no longer interpolated.

Workaround: Configuring this filter token explicitly in the Invoker Plugin 
configuration:
{code:xml}
<filterProperties>
  <basedir>${basedir}</basedir>
</filterProperties>
{code}
Alternatively, changing the affected IT POMs to use {{project.basedir}} instead.

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