Here was the difference between the two job files: a.job had this entry:
[email protected],[email protected] while b.job had this entry: [email protected] The fact that there was only one '@' sign threw maven off and caused it to stop replacing subsequent properties in the same file. Do @ signs have some special meaning for maven? It seems like maven does not do any property replacement on text between two @ signs. -- View this message in context: http://maven.40175.n5.nabble.com/Two-Resource-Files-In-Same-Dir-One-Having-Property-Replaced-Another-Does-Not-tp5780640p5780913.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
