o accounting for a change i just made in maven-core

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-09-30 15:46:38 +00:00
parent 33f0f06a11
commit bdcd0670ed
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public void execute( PluginExecutionRequest request, PluginExecutionResponse res
// come through if it has not been set.
// ----------------------------------------------------------------------
if ( !test.equals( "#test" ) )
if ( test != null )
{
// FooTest -> **/FooTest.java