mirror of https://github.com/apache/maven.git
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:
parent
0f349d16c1
commit
99a040d047
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue