artifactory-maven-plugin icon indicating copy to clipboard operation
artifactory-maven-plugin copied to clipboard

Support excluding build info module properties

Open dg424 opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Yes, please see question posted here - https://github.com/jfrog/artifactory-maven-plugin/issues/55 - related to fix here - https://github.com/jfrog/jenkins-artifactory-plugin/pull/720

Describe the solution you'd like to see

Please implement the fix from the Jenkins plugin into the maven plugin as well.

Describe alternatives you've considered

No response

Additional context

No response

dg424 avatar Feb 17 '23 14:02 dg424

+1, there should be a big warning that build-info captures all Maven properties, thus sensitive data will leak if passed as a Maven property.

rquinio1A avatar Mar 06 '23 13:03 rquinio1A

+1, there should be a big warning that build-info captures all Maven properties, thus sensitive data will leak if passed as a Maven property.

Yes, but why not just port same fox that's already in the Jenkins plug-in ? It's the same base code I believe, but the Jenkins code does not pass those along.

ddag avatar Mar 06 '23 13:03 ddag