Package org.bonitasoft.plugin
Class AbstractBuildMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bonitasoft.plugin.AbstractBuildMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
BuildBarMojo,BuildUidPageMojo,ValidateMojo
public abstract class AbstractBuildMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringAPP_FOLDER_NAMEprotected FileoutputDirectoryThe build output directory.protected static StringPAGES_FOLDER_NAMEprotected org.apache.maven.project.MavenProjectprojectprotected static StringWORKSPACE_PATH
-
Constructor Summary
Constructors Constructor Description AbstractBuildMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>uidWorkspace()protected org.bonitasoft.web.designer.config.UiDesignerPropertiesuidWorkspaceProperties(Path outputDirectory)-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Field Detail
-
PAGES_FOLDER_NAME
protected static final String PAGES_FOLDER_NAME
- See Also:
- Constant Field Values
-
WORKSPACE_PATH
protected static final String WORKSPACE_PATH
- See Also:
- Constant Field Values
-
APP_FOLDER_NAME
protected static final String APP_FOLDER_NAME
- See Also:
- Constant Field Values
-
project
@Parameter(defaultValue="${project}", required=false, readonly=true) protected org.apache.maven.project.MavenProject project
-
outputDirectory
@Parameter(defaultValue="${project.build.directory}", property="outputDirectory") protected File outputDirectoryThe build output directory. Default to ${project.build.directory}
-
-