Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
As far a i know maven doesn't care where a value for ${variable} comes from. In a pom you can access a env.variable or a property by ${variable}.
Also in some system the value is provided by an environment variable like CICD or by a property maybe a dev environment.
I would suggest a new standard rule "requireVariable" which just look like maven for a value for this variable by property or environment.