[ https://jira.codehaus.org/browse/MRESOURCES-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=283189#comment-283189 ]
David Bernard commented on MRESOURCES-137: ------------------------------------------ I have had success with this issue with the following: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <userDefaultDelimiters>false</userDefaultDelimiters> <delimiters> <delimiter>${*}</delimiter> </delimiters> </configuration> </plugin> > 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. For more information on JIRA, see: http://www.atlassian.com/software/jira