Class UpdateProcessMojo

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

    @Mojo(name="update-process",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          requiresDependencyCollection=COMPILE_PLUS_RUNTIME,
          requiresDirectInvocation=true)
    public class UpdateProcessMojo
    extends org.apache.maven.plugin.AbstractMojo

    Updates a process. This goal is equivalent to calling export-process, edit the generated file then call import-process.

    The text editor is selected using $EDITOR environment variable. If the variable is empty, then vim is being used as the default text editor.

    • Field Summary

      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Detail

      • UpdateProcessMojo

        public UpdateProcessMojo()
    • 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