Class BuildBarMojo

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

    @Mojo(name="business-archive",
          defaultPhase=PROCESS_RESOURCES,
          requiresProject=true,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    @Execute(goal="analyze")
    public class BuildBarMojo
    extends AbstractBuildMojo
    This mojo builds Business archives from diagram sources.
    • Constructor Detail

      • BuildBarMojo

        @Inject
        public BuildBarMojo​(org.apache.maven.project.MavenProjectHelper projectHelper)
    • 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