public abstract class AbstractMuleMojo extends AbstractGenericMojo
| Modifier and Type | Field and Description |
|---|---|
protected ContentGenerator |
contentGenerator |
protected File |
outputDirectory |
protected org.apache.maven.project.ProjectBuilder |
projectBuilder |
protected org.apache.maven.repository.RepositorySystem |
repositorySystem |
protected static ResourcesContent |
resourcesContent |
String |
runtimeVersion |
protected boolean |
skipValidation |
additionalPluginDependencies, agentDeployment, armDeployment, classifier, cloudhub2Deployment, cloudHubDeployment, clusterDeployment, customDomains, disableSemver, lightweightPackage, localRepository, mavenClient, project, projectBaseFolder, projectBuildDirectory, remoteArtifactRepositories, runtimeFabricDeployment, session, sharedLibraries, standaloneDeployment, strictCheck, testJar, useLocalRepository, validator, verifier| Constructor and Description |
|---|
AbstractMuleMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
ContentGenerator |
getContentGenerator() |
protected File |
getMuleApplicationJsonPath() |
protected org.mule.runtime.api.deployment.meta.MuleApplicationModel |
getMuleApplicationModel() |
protected MuleApplicationModelLoader |
getMuleApplicationModelLoader() |
protected MulePluginResolver |
getResolver(Project project) |
doExecute, getClassifier, getDeployments, getMavenClient, getPackagingType, getPreviousRunPlaceholder, getProjectInformation, getProjectValidator, getProjectVerifier, hasExecutedBefore, initMojo, setAgentDeployment, setArmDeployment, setCloudHubDeployment, setClusterDeployment, setProject, setProjectBaseFolder, setRuntimeFabricDeployment, setSession, setStandaloneDeployment, toArtifactCoordinates@Component protected org.apache.maven.project.ProjectBuilder projectBuilder
@Component protected org.apache.maven.repository.RepositorySystem repositorySystem
@Parameter(property="project.build.directory",
required=true)
protected File outputDirectory
@Parameter(defaultValue="${skipValidation}")
protected boolean skipValidation
@Parameter(property="runtimeVersion") public String runtimeVersion
protected ContentGenerator contentGenerator
protected static ResourcesContent resourcesContent
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic ContentGenerator getContentGenerator()
protected MulePluginResolver getResolver(Project project)
protected MuleApplicationModelLoader getMuleApplicationModelLoader() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected org.mule.runtime.api.deployment.meta.MuleApplicationModel getMuleApplicationModel()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected File getMuleApplicationJsonPath()
Copyright © 2024 MuleSoft Inc. All rights reserved.