Skip to content

Maven - Process Steps

Import Version

Creates a new component version and imports artifacts

NameTypeDescriptionRequired
Repository URLtextBoxBase URL for the Maven repository.Yes
Apply KeyStorecheckBoxSelect this option to add keystore.No
HTTP Proxy HosttextBoxOptional HTTP proxy host.Yes
HTTP Proxy PorttextBoxOptional HTTP proxy port. Must be supplied if the HTTP Proxy Host is specified.Yes
HTTP Proxy UsernametextBoxOptional HTTP proxy user name.Yes
HTTP Proxy PasswordsecureBoxOptional HTTP proxy password.Yes
UsertextBoxThe user name for the Maven-credentialed user.No
PasswordsecureBoxThe password for the Maven-credentialed user.No
Group IDtextBoxThe name of the groupID as defined in the Maven pom.xml file. The group ID identifies the project.Yes
Artifact IDtextBoxName of the artifactID as defined in the Maven pom.xml file. The artifact ID is the name of the unversioned jar file.Yes
Maven QualifiertextBoxThe optional qualifier is appended to the file name after the version number. Leave blank if not applicable.No
File ExtensionstextBoxThe file extension for the file type to import. Separate multiple extensions with comma (,) character.Yes
Latest Build CounttextBoxThe number of the builds to import. The default value is 1.Yes
Version Name PatterntextBoxThe range of build versions to import. Versions are defined by regular expressions. For example, to import all 1.1., and 1.2. versions, you might type (1.[0-9]+).*. A number of versions that is equal to the value in the Latest Build Count field is imported for each matching version. This property is only necessary when tracking older branches.No
Preserve Execute PermissionscheckBoxFor Linux and UNIX operating systems, select this check box to retain the execute permissions for each file.No
Extensions of files to ConverttextBoxIf text-type files must be converted into another character set, type the list of file extensions to be converted. Matching file types are converted into the default or system character set of the system where the agent is located. Separate list items with commas.No
Specific versiontextBoxOptional: The maven version or SNAPSHOT string to import (e.g. 1.0.1 or 1.0-SNAPSHOT), leave blank for LATESTNo
Snapshot version suffixtextBoxOptional: When above is a SNAPSHOT string to fetch a specific SNAPSHOT (e.g. 20181224.151710-4), leave blank to default to the latest snapshotNo
Version DescriptiontextBoxAn optional description to add to the versions that are imported into UrbanCode Deploy.No