Class ValidateMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="validate",
          defaultPhase=VALIDATE)
    public class ValidateMojo
    extends AbstractBuildMojo
    The validate Mojo 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
    • Constructor Detail

      • ValidateMojo

        public ValidateMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException