Package org.bonitasoft.plugin.validation
Class ValidateMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bonitasoft.plugin.AbstractBuildMojo
-
- org.bonitasoft.plugin.validation.ValidateMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="validate", defaultPhase=VALIDATE) public class ValidateMojo extends AbstractBuildMojoThevalidateMojo is used to execute validation criteria on Bonita artifacts sources located in the current project.It handles the following artifacts:
- Applications
- Profiles
- BDM
- BDM Access Control
- Organizations
- UID Pages
- UID Fragments
- UID Widgets
-
-
Field Summary
Fields Modifier and Type Field Description static StringBDM_ACCESS_CONTROL_SOURCE_FILE_REGEXstatic StringBDM_SOURCE_FILE_REGEXstatic StringORGANIZATION_SOURCE_FILE_REGEX-
Fields inherited from class org.bonitasoft.plugin.AbstractBuildMojo
APP_FOLDER_NAME, outputDirectory, PAGES_FOLDER_NAME, project, WORKSPACE_PATH
-
-
Constructor Summary
Constructors Constructor Description ValidateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.bonitasoft.plugin.AbstractBuildMojo
uidWorkspace, uidWorkspaceProperties
-
-
-
-
Field Detail
-
BDM_SOURCE_FILE_REGEX
public static final String BDM_SOURCE_FILE_REGEX
- See Also:
- Constant Field Values
-
BDM_ACCESS_CONTROL_SOURCE_FILE_REGEX
public static final String BDM_ACCESS_CONTROL_SOURCE_FILE_REGEX
- See Also:
- Constant Field Values
-
ORGANIZATION_SOURCE_FILE_REGEX
public static final String ORGANIZATION_SOURCE_FILE_REGEX
- See Also:
- Constant Field Values
-
-