public class CARMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
String |
classifier
A classifier for the build final name
|
String |
finalName
finalName to use for the generated capp project if the user wants to override the default name
|
| Constructor and Description |
|---|
CARMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getArchiveLocation() |
org.apache.maven.project.MavenProjectHelper |
getProjectHelper() |
File |
getTarget() |
void |
setArchiveLocation(File archiveLocation) |
void |
setTarget(File target) |
public String finalName
public String classifier
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic org.apache.maven.project.MavenProjectHelper getProjectHelper()
public void setTarget(File target)
public File getTarget()
public File getArchiveLocation()
public void setArchiveLocation(File archiveLocation)
Copyright © 2022 WSO2. All rights reserved.