Is it possible to pass docker file ARGS, to a pom file?
I have a docker file with ARG USER=foo
and I wanted to use the argument from the dockerfile in a pom.xml with something similar to <username>${docker.args.USER}</username>
. I only need them at run time for a build