Skip to the content.

Archiving Configuration

ARCHIVING_CONFIG

The archiving configuration that defines what build artifacts are to be archived. This can be specified in different formats:

ARCHIVING_PATH_GROUP_REGEX

The complementary pattern when searching for artifacts. Since, by default, we only have the file names from the manifest file and in order to improve the artifacts search, this property allows you to tweak where to search for artifacts. Defaults to the regular expression .*/(target|dist|build)/(?:(?!.*(dependencies)).*/)?

ARCHIVE_TESTS_PATTERN

Allows a way to define a Ant like expression to archive test reports. Defaults to **/bin/**/TEST*.xml, **/target/**/TEST*.xml, **/build/**/*Test.xml, **/target/**/test*.xml.