m2eclipse error

前端 未结 17 1149
忘掉有多难
忘掉有多难 2020-12-07 09:58

I am developing a web application with Eclipse and I generate the project with a maven archetype.

When I enable maven dependency management, Eclipse mark some errors

17条回答
  •  天涯浪人
    2020-12-07 10:34

    It must be a configuration problem. Your pom is fine.

    Here's what I did. New folder, put your pom inside. Then in eclipse: import -> maven -> existing maven project. Dependencies got included in the project.

    I did this using eclipse helios. I think the plugin version I am using is 0.12

    You should check the maven properties in eclipse.

提交回复
热议问题