mirror of https://github.com/apache/maven.git
${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:
parent
6612657092
commit
8de236d8ea
|
@ -557,6 +557,7 @@ public final class PomClassicTransformer
|
||||||
|
|
||||||
Map<String, String> aliases = new HashMap<String, String>();
|
Map<String, String> aliases = new HashMap<String, String>();
|
||||||
aliases.put( "project.", "pom.");
|
aliases.put( "project.", "pom.");
|
||||||
|
aliases.put( "\\$\\{project.build.", "\\$\\{build.");
|
||||||
|
|
||||||
if(!containsProjectVersion(interpolatorProperties))
|
if(!containsProjectVersion(interpolatorProperties))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue