Escape properties variables #440
Unanswered
ottuzzi-at-vegans
asked this question in
Q&A
Replies: 1 comment 4 replies
-
IIRC you escape it with another |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
we are trying to use the plugin to provision a fully configured wildfly for our environment but we have a problem while provisioning the datasource. We produce docker images at build time with wildfly and our ear packaged together and then we deploy the same image in TEST/UAT/PROD.
Our deploy system expects to read the datasource URL/credentials from environment variables so we tried to use the plugin with this configuration:
The produced settings.xml does not contain
${env.DB_CONNECTION_URL}
as the ServerName attribute value but it is immediately replaced with the environment variable found at build time.Is there any workaround to this issue?
Thanks in advance
Piero
Beta Was this translation helpful? Give feedback.
All reactions