PR: MNG-644

remove deprecated tag

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-03 13:29:10 +00:00
parent c532572152
commit ae1a7b9580
1 changed files with 0 additions and 7 deletions

View File

@ -205,13 +205,6 @@ public class JavaMojoDescriptorExtractor
// Additional phase to execute first // Additional phase to execute first
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
DocletTag oldExecutePhase = findInClassHierarchy( javaClass, "executePhase" );
if ( oldExecutePhase != null )
{
getLogger().warn( "DEPRECATED: @executePhase is deprecated, please use @execute" );
mojoDescriptor.setExecutePhase( oldExecutePhase.getValue() );
}
DocletTag execute = findInClassHierarchy( javaClass, EXECUTE ); DocletTag execute = findInClassHierarchy( javaClass, EXECUTE );
if ( execute != null ) if ( execute != null )