Can I convert eclipse source folders into packages?

前端 未结 3 1200
借酒劲吻你
借酒劲吻你 2020-12-21 12:34

I\'ve forked a Github project, used Eclipse to clone it locally, and imported that as a general project into Eclipse. The accompanying .project file is an Eclipse .project

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-21 13:15

    If this is a project meant to be built by Maven that contains a pom.xml file, install M2E before importing the project from your local cloned repository. It will handle this.

提交回复
热议问题