release-engineering / pom-version-manipulator

Align versions in Maven POMs with those found in a Bill-of-Materials POM
Other
11 stars 9 forks source link

Property Mapping & Variable Names #76

Closed rnc closed 11 years ago

rnc commented 11 years ago

If you have a bom with e.g.

1.7-XXX ... version.batik=@version.batik@, .... Where the idea is any occurrence of the version.batik in the project's pom would be replaced by the value of the version.batik (i.e. 1.7-XXX). Currently this works if 1.7-XXX
jdcasey commented 11 years ago

Looking at this again, I'm having trouble remembering why we need these self-referential entries in the property mappings file. I'll try to research that in the code, but why not simply add all properties as potential expressions?

jdcasey commented 11 years ago

Linked to #77