I have a environment variable or jvm parameter which must be present. How do I get Maven to fail if this parameter does not exist?
|
|
|||
|
|
|
Yes, use the requireProperty goal of the maven-enforcer-plugin. |
||
|
|
