Property filtering gives strange result
---------------------------------------

                 Key: MNG-3702
                 URL: http://jira.codehaus.org/browse/MNG-3702
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.0.9
         Environment: Windows XP, SP3 NL
            Reporter: Wytze van der Ploeg
            Priority: Minor


I got a really strange result when putting having the following setup.

I put an url tag in the pom.xml
<url>http://www.myurl.nl</url>

Then I setup resource filtering.
                <resources>
                        <resource>
                                <filtering>true</filtering>
                                <directory>src/main/resources</directory>
                        </resource>

And then somehow because of the url in the pom.xml the following placeholder 
gets replaced:

${ldap.url} -> http://www.myurl.nl

Maybe this is my mistake. I thought the full path needs to completely match 
what is inside the curly braces?

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