The maven resources plugin has issues with handling '@' characters inside the files it needs to filter.
Here is the JIRA related to the same
The issue is that the only workaround mentioned here is to use
${*}
and that does not seem to work for me.
I have the following configuration:
Apache Maven 3.0.3 (r1075438; 2011-02-28 23:01:09+0530) Maven home: /proj/tools/apache-maven-3.0.3 Java version: 1.6.0_24, vendor: Sun Microsystems Inc. Java home: /usr/local/java/jdk1.6.0.24/jre Default locale: en, platform encoding: ISO646-US OS name: "sunos", version: "5.10", arch: "x86", family: "unix"
Has anyone faced a similar issue and resolved it?
Thanks