Is it possible to use properties defined in settings.xml within <repositories /> and <distributionManagement />?
Other properties seem to get resolved during a build, however when I do a
deploy, maven uses the variable name with the leading ${ and trailing },
instead of the resolved variable value.
Any ideas?
