HHH-13097 Add a missing @Override
This commit is contained in:
parent
b959f41134
commit
5cdf56774d
|
@ -83,6 +83,7 @@ public class MavenEnhancePlugin extends AbstractMojo {
|
|||
return enableLazyInitialization || enableDirtyTracking || enableAssociationManagement || enableExtendedEnhancement;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute() throws MojoExecutionException, MojoFailureException {
|
||||
if ( !shouldApply() ) {
|
||||
getLog().warn( "Skipping Hibernate bytecode enhancement plugin execution since no feature is enabled" );
|
||||
|
|
Loading…
Reference in New Issue