Charles Severance wrote:
The duplication of version numbers to all child pom.xml files is a
pain. Is there a way of using a
variable in the pom.xml project/parent/version element value for all
the pluto-* modules?
In Sakai, we got repeatedly killed by scattered constants - finally we
simply "included" something like ../project.xml for these "variables" -
that of course is Maven 1 speak - but until we centralized this version
nuber one place - we never could get anything to properly release.
It seemed that hard-coding *where* the constant came from (like
../xyz.xml or ../../xyz.xml) while brittle was a small price to pay.
/Chuck
Agreed. i think the maven resources plugin is what we want here. Here's
the JIRA for it:
https://issues.apache.org/jira/browse/PLUTO-191
David