Adding ability to directly specify parameters that conflict with reserve expression roots.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-09-13 21:15:31 +00:00
parent 0f349d16c1
commit 99a040d047
1 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,8 @@ public class PluginParameterExpressionEvaluator
logger.error( "Got expression '" + expression + "' that was not recognised" );
}
}
else
if ( value == null )
{
// Check properties that have been injected via profiles before we default over to
// system properties.