${build..., not being properly interpolated. Aliased this as ${project.build....

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@699016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2008-09-25 16:42:08 +00:00
parent 6612657092
commit 8de236d8ea
1 changed files with 1 additions and 0 deletions

View File

@ -557,6 +557,7 @@ private static void interpolateModelProperties(List<ModelProperty> modelProperti
Map<String, String> aliases = new HashMap<String, String>();
aliases.put( "project.", "pom.");
aliases.put( "\\$\\{project.build.", "\\$\\{build.");
if(!containsProjectVersion(interpolatorProperties))
{