mirror of https://github.com/apache/maven.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f830eca4c
commit
948fedd99f
|
@ -89,8 +89,6 @@ public class OgnlProjectValueExtractor
|
|||
value = context.getProject().getFile().getParentFile().getAbsolutePath();
|
||||
}
|
||||
else if ( expression.startsWith( "#basedir" ) )
|
||||
{
|
||||
try
|
||||
{
|
||||
int pathSeparator = expression.indexOf( "/" );
|
||||
|
||||
|
@ -104,12 +102,6 @@ public class OgnlProjectValueExtractor
|
|||
new Exception( "Got expression '" + expression + "' that was not recognised" ).printStackTrace();
|
||||
}
|
||||
}
|
||||
catch ( OgnlException e )
|
||||
{
|
||||
// do nothing
|
||||
e.printStackTrace(); // TODO: should log? should ignore as previously?
|
||||
}
|
||||
}
|
||||
else if ( expression.startsWith( "#" ) )
|
||||
{
|
||||
new Exception( "Got expression '" + expression + "' that was not recognised" ).printStackTrace();
|
||||
|
|
Loading…
Reference in New Issue