https://my.oschina.net/gxs2012/blog/205875
http://blog.csdn.net/zhujiaxing666666/article/details/15029011
******************************************************
This article describesthe installation method of the Eclips e plugin. There are three ways to install the Eclipse plug-in: Copy directly, use the link file, and plug-in installation using Eclipse's own graphical interface.
AD:
As one of the most popular open source Ides of the moment, one of Eclipse's great strengths is its myriad of great plugins. A good plug-in can greatly improve our productivity, learning how to install the Eclipse plugin is a compulsory course. The installation methods of the Eclipse plug-in are described below.
There are three ways to install the Eclipse plugin:
The first type: Direct Copy method
Assuming your eclipse is in (C:\eclipse), unzip the eclipse plugin you downloaded or install the Eclipse plugin into the specified directory AA (C:\AA) folder, open the AA folder, In the AA folder contains two folders features and plugins, and then the files in two folders are copied to the corresponding folder under Eclipse features and plugins, the general plug-in files directly copied To the Eclipse directory is the most direct and most stupid way! Because it will be very difficult to remove these plugins in the future! Not recommended for strong columns!!
Note: After extracting the plug-in package directly under the Plugins folder, restarting Eclipse may not load the new plugin.
The workaround is to:
1. Open the command line to the current Eclipse directory, enter Eclipse-clean, and restart Eclipse, so eclipse will add a new plugin.
2, if the plug-in can not be upgraded, then please delete the Eclipse\configuration\org.eclipse.update directory before starting eclipse:)
You can see the newly installed plugins in the Eclipse menu "Help" and "About Eclipse SDK"--"Feature details" and "plug-in details".
The second type: Using the link file method
A. Assuming that your eclipse is in (C:\eclipse), under that folder, create a new directory structure (C:\eclipse\PluginsEclipse\jode\eclipse),
B. Unzip the eclipse plugin you downloaded or install the Eclipse plugin into the specified directory bb (C:\BB) folder, open the BB folder, and copy the two folders in the BB folder features and plugins to the newly created eclipse (c: \ Eclipse\pluginseclipse\jode\eclipse, so there are two plug-in directories features and plugins in Eclipse.
C. Create a new links (C:\eclipse\links) directory in the Eclipse (C:\eclipse) directory, and create a text file with the link extension in the links directory, such as Jode.link, with the following path=c:/ Eclipse/pluginseclipse/jode or Path=c:\\eclipse\\pluginseclipse\\jode plugin directory)
Restarting the Eclipse plugin will install.
Note: The path path of the path= plug-in directory in the link file is delimited with \ \ or
/eclipse/
links/
Jode.link
Webtools.link
Updatemanager.link
...
...
You can see the newly installed plugins in the Eclipse menu "Help" and "About Eclipse SDK"--"Feature details" and "plug-in details".
MyEclipse How to install Maven offline
Transferred from: http://my.oschina.net/u/853107/blog/169669
Plugin: http://pan.baidu.com/s/1xJYQv
Create a link file to point to the plug-in location
1. Unzip the features directory and plugins directory under the file to any location, I unzipped the location is E:\MyEclipse\MyEclipse 10\dropins\maven
2. Create a new text document in the Dropins directory under the MyEclipse installation directory and rename it to Maven.link.
3. Edit the Maven.link file and enter the Path=e:\myeclipse\myeclipse 10\dropins\maven. Reboot.
How eclipse installs the Maven plugin
Air dead old man, offline down is not loaded, no,
Transferred from: http://www.cnblogs.com/itgg168/archive/2012/11/27/Maven.html
1. Installing the M2eclipse Plugin
To build a Maven project with Eclipse, we need to install the Meeclipse plugin first
Click the Eclipse menu bar Help->eclipse Marketplace to search for the plugin maven integration for Eclipse and click Install, such as:
After installation, we'll click File->new->other in the Eclipse menu bar, and we'll see the following in the popup dialog box:
Third: Plug-in installation method using Eclipse's own graphical interface
Select Help > Software Updates > Manager Configuration
Select Add > Extension location to find the directory where you want to install the plugin. Using Eclipse's Help->softwareupdates
Find and install ... search for new features ... Enter the software installation address to install strongly recommend this method, a lot of advantages such as can square
Add Delete, do not write your own link file!
Note: The directory structure of the Eclipse plugin
/eclipse-plugins/
eclipse/
. eclipseextension
features/
plugins/
The directory referred to in the 2.3 method refers to the "Eclipse" directory,
If you use the 3rd method, you must have files in the Eclipse directory. Eclipseextension, if you do not have this file under the plugin,
That's right. The file under the Eclipse installation directory is on the past! Only have such a file on it, the content is useless, mainly some version information! For example:
Id=org.eclipse.platform Name=eclipse Platform
version=3.1.1
The above describes three ways to install the Eclipse plugin.
Step by step, to facilitate their review, the shot when the shot, there are errors, must correct, thank you, and common progress!
******************************
Fourth: Install plug-ins using DropinsStarting with Eclipse3.5, there is a dropins directory in the installation directory. Simply unzip the plugin and drag it to the directory to install the plugin. For example, install the SVN plugin subclipse-1.8.16.zip, only need the following three steps: 1, using WinRAR and other compression software to extract the compressed package to a folder, such as subclipse-1.8.162, move this directory Copy to Dropins directory 3 under the Eclipse installation directory and restart Eclipse. Because this kind of installation can install different plug-ins in different directories, and do not bother to write configuration files, so it is very convenient to manage, recommended to use.
Eclipse Plug-in installation (Zhuan)