Setting up new Maven In eclipse

后端 未结 4 2088
伪装坚强ぢ
伪装坚强ぢ 2020-12-31 22:58

I am new to this maven concepts ,I read some theoretical articles about maven ,so next is I want learn it by practicing some examples in Eclipse , I googled for step to set-

4条回答
  •  一整个雨季
    2020-12-31 23:21

    Watch the video tutorial on Eclipse m2e website. The basic steps are:

    • Select Help > Install New Software. This should display the "Install" dialog.
    • Paste the Update Site URL (http://download.eclipse.org/technology/m2e/releases) into the field named "Work with:" and press Enter. Pressing Enter should cause Eclipse to update list of available plugins and components.
    • Choose the component, Click Next. Eclipse will then check to see if there are any issues which would prevent a successful installation.
    • Click Next and agree to the terms.
    • Click Finish to begin the installation process. Eclipse will then download and install the necessary components.
    • Once the installation process is finished, Eclipse will ask you if you want to restart the IDE.

提交回复
热议问题