A project I am working on only builds with maven-2.2: for earlier versions, the dependencies aren’t resolved correctly.
Is there a way abort the build with an informative error message depending on the maven version?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use maven-enforcer-plugin. There is an example provided, so configuration for you would be something like: