How do I configure a Java EE maven project in Eclipse?

后端 未结 2 1831
眼角桃花
眼角桃花 2020-12-28 10:35

I know Maven pretty well, but I usually work with Netbeans, which makes it quite easy to deploy Java EE applications - and handle hot deployment of any changes.

The

2条回答
  •  梦毁少年i
    2020-12-28 11:34

    I would make one small change:

    Create the child project

    Right click at the parent project and select New ---> Other.
        At the Select Wizard Windows, select Maven ---> **Maven Module**
    

    This way it will automatically recognize this as a child project of the parent.

提交回复
热议问题