Eclipse + Maven + Git + Multi-Module projects = Unhappiness

前端 未结 4 2144
别跟我提以往
别跟我提以往 2021-02-19 23:21

We\'ve got a multi-module project using Eclipse and Maven. The only way I could get it to work in the past was to use a flat layout for the projects, where the parent module was

4条回答
  •  温柔的废话
    2021-02-19 23:55

    For Maven projects, multiple imports at once can be achieved via the Maven import wizard (that is accessible from Git). In case you don't know what kind of projects you're about to import, you can use the new Easymport that will import project "as best", by deducing configurations from various files. See https://github.com/jbosstools/jbosstools-playground#easymport-easy-and-smart-openimport-of-a-project

    Once you get all those projects, you can use the Nestor plugin, which will show project in a nested/hierarchical layout, mapping more correctly your Maven project: https://github.com/jbosstools/jbosstools-playground#nestor-view-nested-projects

提交回复
热议问题