How to deploy a Maven Project (below) and deploy a maven Project
|
How to deploy a Maven Project (below) and install Maven on Eclipse (Luna) |
Preface: |
Currently, Java developers love three Editors: 1. Eclipse (various plug-ins need to be assembled by themselves) 2. MyEclipse (complete plug-ins) 3. IntelliJ IDEA) |
Deployment steps: |
1. Install the Maven plug-in: Maven needs to be assembled for the first time.
Plug-in address: |
Http://download.eclipse.org/technology/m2e/releases |
Steps: |
A. help --> install new software Click OK to start pulling data from the network. It may be slow! B. Select the network pull item and click next. Next step and next step After the installation is complete, you will be asked to restart the IDE again. |
2. Disable Downloadrepository index updates on startup. Automatically updated when enabled (disabled)
Disable steps: |
Window → Preferences → find maven |
3. Set the location of Maven setting. xml:
|
Summary: |
Create a Maven project and introduce it to the next Maven Study blog series! |