public class InstallMojo
extends org.apache.maven.plugin.AbstractMojo
Performs a AMP to WAR overlay invoking the Alfresco Repository ModuleManagementTool. It therefore wraps and emulates the same WAR overlay performed by Alfresco MMT.
This goal will install the AMP file(s) found in ${ampLocation} onto the WAR (or exploded WAR) found in ${warLocation}| Constructor and Description |
|---|
InstallMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setAmpLocation(File ampLocation) |
void |
setForce(boolean force) |
void |
setWarLocation(File warLocation) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void setWarLocation(File warLocation)
public void setAmpLocation(File ampLocation)
public void setForce(boolean force)
Copyright © 2019. All rights reserved.