This article is shared with the comrades who are still struggling with the configuration of Eclipse and MAVEN environment, let it be less detours, say no more, go straight ahead
Environmental problems One is the configuration is not configured well, the second is the various parts may appear compatibility problems, resulting in errors, in summary, I chose a practical configuration method, as follows:
1. Install Eclipse:eclipse-jee-luna 4.4.1 X86 (my 32-bit, 64-bit choice 64-bit version)
2. Install MAVEN apache-maven-3.3.3 Decompression configuration system environment variable, configure the local warehouse address in the MAVEN configuration file, can download some jar package in advance (download with DOS, many do not say on the net, can not do this step)
3.eclipse Market install maven for Eclipse plugin (Maven integration for Eclipse (Luna) 1.5.0)
Configure maven,installation in 4.windows->preference to specify the MAVEN path, and configure the global configuration file settings to settings.xml under the Maven file path
5. Install the SVN plugin
Insatll Software
Name:subclipse 1.6.x (Eclipse 3.2+)
url:http://subclipse.tigris.org/update_1.6.x
6. Configure Tomcat
windows-"Preferences->server->runtimeenvironment->add->apache 7.0
Specify the Tomcat directory
OK, this is the perfect solution to all the problems before
Download Maven project deployment from SVN and encounter timeout error, which is time-out
Solve:
Right-->open on the server set the time option to start 200 (the timing can be set a bit larger depending on the situation)
Complete and successful configuration of Maven and Eclipse integrations