mirror of https://github.com/apache/maven.git
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:
parent
c532572152
commit
ae1a7b9580
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue