Install maven plugin in eclipse juno

前端 未结 6 1983
逝去的感伤
逝去的感伤 2020-12-05 05:38

I am trying to install maven 1.5 in eclipse unfortunately I am getting errors like:

Cannot complete the install because one or more required items could not          


        
6条回答
  •  [愿得一人]
    2020-12-05 05:46

    If all the above options don't work, then first install the WST plugin in your eclipse.

    In order to do that, in Eclipse Juno, go to Install New Software > Add, under Name place Juno and under Location URL insert http://download.eclipse.org/releases/juno.

    Then, select WST Server Adapters under Web, XML, Java, ... (last option of the list).

    Accept licensing agreement and restart Eclipse.

    Then resume the usual procedure to install Maven.

提交回复
热议问题