Management → Managing Components → Creating Components → Source Configuration Type Fields → Maven
Apache Maven is a software project management and comprehension tool.
To use Maven as an artifact source, select Maven in Source Config Type and then configure the type-specific fields. For information about creating components, see Creating Components.
If you deselect Copy to CodeStation for a component using this source configuration type:See the Deployment Automation Plugins Guide for plugin details.
Field | Description |
---|---|
Repository URL | Base URL for the Maven repository |
User | Maven user name |
Password | Password associated with the user name |
Group ID | Maven group ID |
Artifact ID | Maven artifact ID |
Maven Qualifier | Specify the name to append to the filename after the version. Leave blank if not applicable. |
File Extension | Extension of the file to be pulled from Maven for new versions |
Latest Build Count | Number of most recent builds in Maven to load into Deployment Automation |
Version Name Pattern |
If set, only versions with names matching this pattern will be imported. For each group matching the first capturing group, the desired number of latest builds will be loaded into Deployment Automation. This property is only necessary when tracking 'older' branches that contain new builds. Example: To return n versions of each 1.0.*, 1.1.*, 1.2.*, ..., use the following regex: (1.[0-9]+).* |
Preserve Execute Permissions | When enabled, file execute permissions are saved with the files. |
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.