Pierre-Arnaud Marcelot schrieb:
Felix,
In the help plugins, we have the following line in the '0_index.xml'
docbook file:
<releaseinfo>Version 1.1.0.SNAPSHOT</releaseinfo>
It would be very great if we could modify this as:
<releaseinfo>Version ${pom.version}</releaseinfo>
And get Maven to replace the ${pom.version}.
Hehe - You can do everything if you want. Sometimes you can resuse
existing things, sometimes you need to do yourself ;-)
Is it possible ?
Yes
What do we need to add to the pom.xml ?
Everything done. You can test it.
Regards
Felix