jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

Filter settings.xml properties without collecting envs #60

Closed Or-Geva closed 1 year ago

Or-Geva commented 1 year ago

Build-info filtering gets skipped if <includeEnvVars>true</includeEnvVars> is not configured. Therefore, module properties are not filtered.

As part of this PR, this issue is fixed and a test is added to cover it.

Fixes: https://github.com/jfrog/artifactory-maven-plugin/issues/55