@Named public class LegacyMojoWhitelist extends Object implements org.apache.maven.execution.MojoExecutionListener
Modifier and Type | Field and Description |
---|---|
static String |
FILE_WHITELIST |
Constructor and Description |
---|
LegacyMojoWhitelist(org.apache.maven.execution.MavenSession session) |
Modifier and Type | Method and Description |
---|---|
void |
afterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event) |
void |
afterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event) |
void |
beforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event) |
public static final String FILE_WHITELIST
@Inject public LegacyMojoWhitelist(org.apache.maven.execution.MavenSession session) throws IOException, org.apache.maven.plugin.MojoExecutionException
IOException
org.apache.maven.plugin.MojoExecutionException
public void beforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event) throws org.apache.maven.plugin.MojoExecutionException
beforeMojoExecution
in interface org.apache.maven.execution.MojoExecutionListener
org.apache.maven.plugin.MojoExecutionException
public void afterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event) throws org.apache.maven.plugin.MojoExecutionException
afterMojoExecutionSuccess
in interface org.apache.maven.execution.MojoExecutionListener
org.apache.maven.plugin.MojoExecutionException
public void afterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event)
afterExecutionFailure
in interface org.apache.maven.execution.MojoExecutionListener
Copyright © 2021. All rights reserved.