thanks Jamie,
But I've tried this in a xdoc file and no result...
${pom.properties.value}
${project.properties.value}
$project.properties.get("value")
$pom.properties.value
$project.getProperties().get("value")
But in the velocity template of maven, these three methods are ok and return
Scratch :
$project.getProperties().get("value")
$project.properties.get("value")
$project.properties.value
Is there another method to substitute a value in xdoc file with a value in
the pom.xml or another value in a file.properties ?
--
View this message in context:
http://www.nabble.com/-M2-xdoc-pom-properties-t1512658.html#a4127432
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]