Skip to content

Commit

Permalink
doc: (#697) remove currently unsupported property referenced in build…
Browse files Browse the repository at this point in the history
… Filtering

TODO: remove strike through once we fix this issue

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed May 18, 2021
1 parent 7237984 commit 85e01ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This name can be set with the property `jkube.image.name`.
[[build-filtering]]
.Filtering
{plugin} filters given Dockerfile with Maven properties, much like the `maven-resource-plugin` does. Filtering is enabled by default and can be switched off with a build config `<filter>false</filter>`. Properties which we want to replace are specified with the `${..}` syntax.
Replacement includes Maven project properties such as `${project.artifactId}`, properties set in the build, command-line properties, and system properties. Unresolved properties remain untouched.
Replacement includes Maven project properties[.line-through]## such as `${project.artifactId}`##, properties set in the build, command-line properties, and system properties. Unresolved properties remain untouched.

This partial replacement means that you can easily mix it with Docker build arguments and environment variable reference, but you need to be careful.
If you want to be more explicit about the property delimiter to clearly separate Docker properties and Maven properties you can redefine the delimiter.
Expand Down

0 comments on commit 85e01ce

Please sign in to comment.