I’m stuck using Java 1.5. Sometimes I add a dep to my pom.xml and it’s only Java 1.6 compatible. Is there a Maven plugin that can check for that?
Share
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.
There isn’t a maven plugin for that, but you can try to get the source of this dependency and compile with java 1.5 and then include it in your project.