op

package
v0.0.0-...-980e7ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunCmdAndStreamOutput

func RunCmdAndStreamOutput(cmd string, args []string) error

Runs a command and streams the output rather than waiting for it to complete.

func RunMavenOnModule

func RunMavenOnModule(pom string, cmd string, module string, args ...string) error

Runs the given Maven command on a specified module. Considering the input, this is equivalent to:

mvn -B {cmd} -f {pom} -pl {module} {args...}

func RunMavenOnPom

func RunMavenOnPom(pom string, cmd string, args ...string) error

Runs the given Maven command on a specified POM file. Considering the input, this is equivalent to:

mvn -B {cmd} -f {pom} {args...}

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL