vote up 3 vote down star

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?

flag

46% accept rate
After searching for maven-enforcer-plugin I found also this questions on SO: stackoverflow.com/questions/425198/… stackoverflow.com/questions/1059468/… – Mauli Jul 29 at 7:15

1 Answer

vote up 6 vote down check

Yes, use the requireProperty goal of the maven-enforcer-plugin.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.