-
I'm using the following native compile settings
Problem is that Is that intended and how to use the native-micro Dockerfile on container-image build? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
The documentation is wrong and it should be fixed here It should be native and not JVM . A PR is welcome.
If the value is not set, the default one which is |
Beta Was this translation helpful? Give feedback.
As I expected, you need to use
in the
<build>
section of thepom.xml
file. This allows Maven to replace the placeholders.However, you are also using the wrong Maven variable, you need to use
${project.basedir}
instead of${project.root}