public class ZIPArtifactHandlerImpl<T extends AbstractAppServiceMojo> extends ArtifactHandlerBase<T>
| Modifier and Type | Field and Description |
|---|---|
private static int |
DEFAULT_MAX_RETRY_TIMES |
private static String |
LOCAL_SETTINGS_FILE |
mojo| Constructor and Description |
|---|
ZIPArtifactHandlerImpl(T mojo) |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getZipFile() |
protected boolean |
isResourcesPreparationRequired(DeployTarget target)
Web App and Deployment Slot need the handler to prepare resources to staging folder.
|
void |
publish(DeployTarget target) |
assureStagingDirectoryNotEmpty, prepareResourcesprivate static final int DEFAULT_MAX_RETRY_TIMES
private static final String LOCAL_SETTINGS_FILE
protected boolean isResourcesPreparationRequired(DeployTarget target)
public void publish(DeployTarget target) throws org.apache.maven.plugin.MojoExecutionException, IOException
org.apache.maven.plugin.MojoExecutionExceptionIOExceptionprotected File getZipFile()
Copyright © 2018. All rights reserved.