@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
IOExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic void beforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event)
throws org.apache.maven.plugin.MojoExecutionException
beforeMojoExecution in interface org.apache.maven.execution.MojoExecutionListenerorg.apache.maven.plugin.MojoExecutionExceptionpublic void afterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event)
throws org.apache.maven.plugin.MojoExecutionException
afterMojoExecutionSuccess in interface org.apache.maven.execution.MojoExecutionListenerorg.apache.maven.plugin.MojoExecutionExceptionpublic void afterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event)
afterExecutionFailure in interface org.apache.maven.execution.MojoExecutionListenerCopyright © 2017. All rights reserved.