How do I share one version number across multiple module (subprojects)? I have one parent pom.xml referencing 3 modules and -believe it or not- I've got the version number in 10 different locations: - in the parent pom.xml, to denote the project version - in each module, to denote the module version - in each module's reference to the parent - in each module's reference to a sibling
Any suggestions for reducing the number of locations (preferably to 1) ? PS. To see the project and the POMs, see http://github.com/znerd/logdoc Cheers, Ernst --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
