1. Install the subversion server in rhel6. For details, refer to "Install subversion under RHEL6 ".
1. Install the subversion server in rhel6, see also install subversion under RHEL6 http://www.linuxidc.com/Linux/2011-05/36586.htm
2. Install maven and nexus in rhel6, see installing and using Nexus under RHEL6 http://www.linuxidc.com/Linux/2011-04/34121.htm
3. The project manager creates a project locally and uploads it to svn.
4. Configure the developer Kit
Create the following directory file structure:
Tools
Software
Init. bat
1. Download maven and decompress it to tools/software/maven2
2. Download eclipse and decompress it to tools/software/eclipse
3. Install the required plug-ins for projects such as svn for eclipse
4. Download svnkit and decompress it to tools/software/svnkit.
5. Modify maven2/conf/settings. xml to enable developers to use the nexus repository. For details, see install and use Nexus under RHEL6.
6. Compile the init. bat script (you need to be familiar with the bat script in the window)
The general process is as follows:
A) Generate a local workspace
B) Input svn account information through developers
C) download the svn project to the workspace.
D) Maven processing: clean, compile
E) convert maven project to eclipse Project
F) Start eclipse
A tool package, tools.rar, allows developers to quickly build a development environment.