if ( ( goal == null ) || ( goal.getAction() == null ) )
{
super.doTag( output );
goal = getProject().getGoal( getName() );
JellyScriptHousing currentHousing = (JellyScriptHousing) getContext()
.getVariable( PluginManager.PLUGIN_HOUSING );
goal.setAction( new MavenGoalAction( currentHousing ) );
}
}