Is there some way to stop Maven from resolving artefacts in the Eclipse workbench?
I know I can set it manually, but I would be nice if it can be set through the POM.
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.
No I don’t think so. In my opinion Maven even should not bother about IDE settings. This would only mess up the POM (like already done with the eclipse
lifecycle-mappingconfiguration for plugins in eclipse).I would support if this would be a global setting of the m2e plugin of eclipse.