public class DeployDeployFileExecutionHandler extends AbstractExecutionHandler
org.apache.maven.plugins:maven-deploy-plugin:deploy-file goal : it will
set the lifecyclePhase to deploy when no lifecycle is set.
This can happen when the plugin is invoked directlylogger, reporter| Constructor and Description |
|---|
DeployDeployFileExecutionHandler(MavenEventReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDetails(org.apache.maven.execution.ExecutionEvent executionEvent,
org.codehaus.plexus.util.xml.Xpp3Dom root) |
protected List<String> |
getConfigurationParametersToReport(org.apache.maven.execution.ExecutionEvent executionEvent) |
protected String |
getSupportedPluginGoal() |
protected org.apache.maven.execution.ExecutionEvent.Type |
getSupportedType() |
_handle, fullClone, getMojoConfigurationValue, handle, toStringgetMavenFlattenPluginFlattenedPomFilename, newElement, newElement, newElement, newElement, newElementpublic DeployDeployFileExecutionHandler(@NonNull
MavenEventReporter reporter)
protected List<String> getConfigurationParametersToReport(org.apache.maven.execution.ExecutionEvent executionEvent)
getConfigurationParametersToReport in class AbstractExecutionHandlerprotected void addDetails(@NonNull
org.apache.maven.execution.ExecutionEvent executionEvent,
@NonNull
org.codehaus.plexus.util.xml.Xpp3Dom root)
addDetails in class AbstractExecutionHandlerprotected org.apache.maven.execution.ExecutionEvent.Type getSupportedType()
getSupportedType in class AbstractExecutionHandlernull if all event types are supported by this AbstractExecutionHandler@Nullable protected String getSupportedPluginGoal()
getSupportedPluginGoal in class AbstractExecutionHandlernull if all goals are supported by this AbstractExecutionHandlerCopyright © 2016–2022. All rights reserved.