docker-maven-plugin
docker-maven-plugin copied to clipboard
preference systemproperties vs env vars?
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]