Skip to content

Maven for IBM UrbanCode Build - Steps

Steps

Steps

Process steps in the Maven plug-in

Maven Build

Run a Maven build

NameTypeDescriptionRequired
GoalsStringThe names of the goals to run. If blank, the default goal is run.No
JAVA_HOMEStringThe path to the Java installation to use to run Maven. Default is the JAVA_HOME environment variable of the agent.Yes
JVM ArgumentsStringJVM-specific arguments. For example, specify -Xmx=512m to set the maximum heap size. Enter each argument on a new line.No
Maven Concurrent Local RepoStringA directory that holds a set of local concurrent repositories. Each repository is used by, at most, one of these steps at a time. If blank, standard Maven repository logic is used.No
Maven FlagsStringMaven-specific arguments. For example, specify -o or offline to work offline.No
Maven HomeStringThe location of the Maven installation, where the Maven executable is located in the bin subdirectory. If the Maven executable program is not on the system path, the Maven Home field is used to locate the Maven executable program.No
Maven POM FileStringThe name of the POM script file.Yes
Maven VersionEnumeration:The version of Maven to run.Yes
PropertiesStringThe properties to pass to Maven. Enter each argument on a separate line in the following format: name=valueNo
Script ContentStringOptional: Specify the content of the Maven script. The content is written to the file specified by the Maven POM File field, and then run.No