Package poussecafe.maven
Class UpdateProcessMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- poussecafe.maven.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.AbstractMojoUpdates a process. This goal is equivalent to calling
export-process, edit the generated file then callimport-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.
-
-
Constructor Summary
Constructors Constructor Description UpdateProcessMojo()
-
Method Summary
Modifier and Type Method Description voidexecute()
-