Package org.bonitasoft.plugin.build
Class ExtractConfigurationArchiveMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
-
- org.bonitasoft.plugin.build.ExtractConfigurationArchiveMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="extract-configuration", aggregator=true, requiresProject=true) public class ExtractConfigurationArchiveMojo extends AbstractConfigurationArchiveMojoThis mojo extracts parameters from all the processes found in the project into a single parameters file.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.bonitasoft.bonita2bar.configuration.ParameterConfigurationExtractorextractorprotected booleanoverwriteOverwrite existing parameters file.protected booleanwithoutParametersValueOnly extract parameters without values.-
Fields inherited from class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
environment, parametersFile, project, reactorProjects
-
-
Constructor Summary
Constructors Constructor Description ExtractConfigurationArchiveMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
defaultConfigurationFile, findAppModuleProject, getAppModuleBaseDir, getAppModuleBuildDir, getEnvironment
-
-
-
-
Field Detail
-
extractor
protected org.bonitasoft.bonita2bar.configuration.ParameterConfigurationExtractor extractor
-
withoutParametersValue
@Parameter(property="parameters.withoutValue", defaultValue="false") protected boolean withoutParametersValueOnly extract parameters without values. Default is false.
-
overwrite
@Parameter(property="parameters.overwrite", defaultValue="false") protected boolean overwriteOverwrite existing parameters file. Default is false.
-
-