Re: Filtering not working after at sign

2012-05-08 Thread Yann Albou
${*}/delimiter /delimiters /configuration /plugin Thanks Yann -- View this message in context: http://maven.40175.n5.nabble.com/Filtering-not-working-after-at-sign-tp5689637p5692884.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Filtering not working after at sign

2012-05-07 Thread Yann Albou
. -- View this message in context: http://maven.40175.n5.nabble.com/Filtering-not-working-after-at-sign-tp5689637p5690537.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Filtering not working after at sign

2012-05-07 Thread Wayne Fay
The second ${project.artifactId} has not been replaced because of the @ sign... After reading http://maven.apache.org/shared/maven-filtering/ I saw token @@ are interpolated. I guess my issue could be link to this ? Yes. What version of Maven are you using? If you aren't using @@ token, you

Re: Filtering not working after at sign

2012-05-07 Thread Yann Albou
this message in context: http://maven.40175.n5.nabble.com/Filtering-not-working-after-at-sign-tp5689637p5691396.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Filtering not working after at sign

2012-05-07 Thread Olivier Lamy
/Filtering-not-working-after-at-sign-tp5689637p5691396.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Filtering not working after at sign

2012-05-06 Thread Yann Albou
this message in context: http://maven.40175.n5.nabble.com/Filtering-not-working-after-at-sign-tp5689637.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Filtering not working after at sign

2012-05-06 Thread Wayne Fay
If in file, where filtering is activated, I have annotation@${project.artifactId}/annotation then ${project.artifactId} won't be replaced. If i do the same test with the at sign after ${project.artifactId} then it wil be replaced. I don't understand your complaint. Until I know better, I