Class ShellOrExecConfig

java.lang.Object
org.honton.chas.buildx.maven.plugin.config.ShellOrExecConfig

public class ShellOrExecConfig extends Object
Description of an entrypoint or command
  • Field Details

    • exec

      @Parameter public List<String> exec
      Executable and parameters, no shell involved
    • shell

      @Parameter public String shell
      Single line command that will be executed by shell (not used if exec specified)
  • Constructor Details

    • ShellOrExecConfig

      public ShellOrExecConfig()