In Eclipse Indigo IDE, I try import Maven Project.
And on 3 step I see 2 errors (see screenshot).
Who can explain me, what this errors mean and how I can fix these errors?

Thanks.
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.
Could you open the details of the errors shown for maven-compiler-plugin?
In all likelyhood, you have configured maven-compiler-plugin with some specific details that are not understood/supported by M2E.
M2E tries to support as many plugins as possible but when it does not know what it will do or produce and it does not know when it is appropriate to trigger it, it shows this kind of errors.