HHH-13097 Add a missing @Override

This commit is contained in:
Guillaume Smet 2018-11-13 10:43:34 +01:00 committed by Sanne Grinovero
parent b959f41134
commit 5cdf56774d
1 changed files with 1 additions and 0 deletions

View File

@ -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" );