You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened:
Passing environment variable using --env command line argument doesn't propagate these variable to compile phase. This is essentially required to pass command line arguments to mvn command.
What you expected to happen:
Environment variable passed using --env command line argument must be available or injected to compile phase of Java function
How to reproduce it (as minimally and precisely as possible):
Pass environment variable --env FOO=BAR to a Java function and edit the function deployment file and check compile phase. environment variable FOO=BAR is not passed