public final class JkMvn extends JkAbstractProcess<JkMvn>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FORCE_UPDATE_ARG |
static java.nio.file.Path |
USER_M2_DIR
Path to the local Maven repository dir containing user configuration and local repo.
|
static java.lang.String |
VERBOSE_ARG |
CURRENT_JAVA_DIR
Modifier and Type | Method and Description |
---|---|
protected JkMvn |
copy() |
static java.nio.file.Path |
getM2LocalRepo()
Returns the path to the local Maven repository.
|
static JkMvn |
of(java.nio.file.Path workingDir)
Creates a Maven command wrapper.
|
static JkDomDocument |
settingsXmlDoc()
Returns the XML document representing the Maven settings file, or null if the file does not exist.
|
addParams, addParams, addParamsAsCmdLine, addParamsAt, addParamsAt, addParamsIf, customizeCommand, exec, execAsync, execCmd, execCmdLine, getParamAt, getParams, getWorkingDir, inheritJkLogOptions, isFailOnError, redirectErrorStream, removeParam, run, setCollectStderr, setCollectStdout, setDestroyAtJvmShutdown, setEnv, setFailOnError, setInheritIO, setLogCommand, setLogWithJekaDecorator, setParamAt, setWorkingDir, setWorkingDir, toString
public static final java.lang.String VERBOSE_ARG
public static final java.lang.String FORCE_UPDATE_ARG
public static final java.nio.file.Path USER_M2_DIR
public static JkMvn of(java.nio.file.Path workingDir)
public static java.nio.file.Path getM2LocalRepo()
public static JkDomDocument settingsXmlDoc()
protected JkMvn copy()
copy
in class JkAbstractProcess<JkMvn>