-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use client env vars #445
Comments
Can you try with
|
Thanks, I can't replicate the initial warning anymore and your command does output the variable. It seems there's another issue though: this only works with a project that doesn't have modules, or by adding -N switch.
|
It looks like env. refers to the daemon's environment—I tried un-setting a variable and it still found it. I can't think why I'd ever want the daemon env vars over the client. |
The daemon environment is supposed to be overriden by the client env vars before actually performing the maven build, but it does not seem to work as intended. |
The environment is correctly set, but the evaluation is done on system properties and there is a cache of the environment variables. I've worked around the problem in #451. I still need to investigate why the |
I've raised #464 |
This plugin is not marked as thread-safe, but even when I select -T1 it fails with
My sign goal is configured with
<alias>${env.SIG_ALIAS}</alias>
but Im unable tomvnd help:evaluate
to see if its being picked up.The text was updated successfully, but these errors were encountered: