Use of @ delimiters
-------------------

                 Key: MRESOURCES-137
                 URL: http://jira.codehaus.org/browse/MRESOURCES-137
             Project: Maven 2.x Resources Plugin
          Issue Type: Bug
          Components: delimiters
    Affects Versions: 2.4.3
            Reporter: Nathan Maves


As far as I can tell maven 2.x filtering does not use the @ delimiter by 
default.  The 2.4.3 version with maven 3.x adds this delimiter which breaks 
existing filters.

I tried to override this using the code below and could not get it to work.

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-resources-plugin</artifactId>
  <version>2.4.3</version>
  <configuration>
        <delimiters>
            <delimiter>${*}</delimiter>
        </delimiters>
  </configuration>
</plugin>

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