Monday, 23rd November 2009, 0849hrs jw Maven | Java
Maven filters ${<property name>} automatically from the pom. By specifying an extra $, like $${<property name>}, the replacement will not happen.
${<property name>}
$
$${<property name>}