Closed Or-Geva closed 1 year ago
Build-info filtering gets skipped if <includeEnvVars>true</includeEnvVars> is not configured. Therefore, module properties are not filtered.
<includeEnvVars>true</includeEnvVars>
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
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