o Added task tag to outcommented code

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-11-22 22:04:19 +00:00
parent 06f0e84b0a
commit 1e3c9689c9
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ else if ( type == null && mp.getUri().equals( ProjectUri.Dependencies.Dependency
if ( groupId == null )
{
groupId = "org.apache.maven.plugins";
/*
/* FIXME: This was meant to fix MNG-3863 but it's been reported to break Nexus/Mercury build so needs review
if ( ProjectUri.Build.Plugins.Plugin.xUri.equals( uri )
|| ProjectUri.Build.PluginManagement.Plugins.Plugin.xUri.equals( uri )
|| ProjectUri.Reporting.Plugins.Plugin.xUri.equals( uri ) )