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

preference systemproperties vs env vars?

Open davidkarlsen opened this issue 4 years ago • 0 comments

Description

What is the preference between system properties/maven properties and ENV-vars? I have a default as maven properties in a parent-pom, but wan't to be able to override this with env-vars when using in a project - that does not seem to be possible? Maybe the preference (which mechanism "wins") should be documented?

Info

  • docker-maven-plugin version :
  • Maven version (mvn -v) : 3.8.3

  • Docker version : N/A
  • If it's a bug, how to reproduce : N/A
  • If it's a feature request, what is your use case :
  • Sample project : [GitHub Clone URL]

davidkarlsen avatar Nov 16 '21 12:11 davidkarlsen