You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2012/02/23 22:29:03 UTC

[jira] (MRESOURCES-137) Use of @ delimiters

     [ https://jira.codehaus.org/browse/MRESOURCES-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MRESOURCES-137.
--------------------------------------

    Resolution: Not A Bug

Whether or not @ is used as a delimiter for filtering does not depend on the version of Maven you use. The correct way to not use @ as a delimiter was provided by David.
                
> Use of @ delimiters
> -------------------
>
>                 Key: MRESOURCES-137
>                 URL: https://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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira