mirror of https://github.com/apache/maven.git
Add a TODO about the log-level.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@629241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed863374c5
commit
99ef368866
|
@ -198,6 +198,7 @@ public class RegexBasedModelInterpolator
|
||||||
|
|
||||||
if ( isSnapshotModel && ( value != null ) && ( logger != null ) )
|
if ( isSnapshotModel && ( value != null ) && ( logger != null ) )
|
||||||
{
|
{
|
||||||
|
// TODO: Bring this back into the open once we're ready to deal with it.
|
||||||
logger.debug( "Expression: " + wholeExpr + " is missing its prefix. Instead, use ${pom."
|
logger.debug( "Expression: " + wholeExpr + " is missing its prefix. Instead, use ${pom."
|
||||||
+ realExpr + "} (model: " + model.getId() + ")" );
|
+ realExpr + "} (model: " + model.getId() + ")" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue