Linux maven installation and Eclipse maven plugin installation, the need for friends can refer to.
Maven installation (apache-maven-3.0.5 for example):
A. Website address: http://maven.apache.org/, after the download is complete, unzip it to the usr/local/directory
B. Configure the MAVEN environment variable to modify the/etc/profile:
Export M2_home=/usr/local/apache-maven-3.0.5export path= $PATH: $M 2_home/bin
C. Command window, run: source/etc/profile
D. See if the installation was successful: Mvn-v
Eclipse Maven Plugin Installation:
Online Installation:
1. Use the first way to install anyone, just enter the HTTP address: http://m2eclipse.sonatype.org/sites/m2e, tick the option, then wait for it to download and install, then restart Eclipse after completion.
Offline Installation: (recommend this, I was so successful)
http://download.csdn.net/detail/dean_deng/8399151
Can download to m2eclipse compressed package, downloaded and extracted to the M2eclipse package, the Dropins directory in Eclipse to create a new M2eclipse.link file, the file filled with the path of M2eclipse package: such as D:\devSpace \eclipse\m2eclipse, restart Eclipse, under Window-->preference can see MAVEN item (Hope can help everyone, found that the official website of the M2E seems to have not down)
Linux eclipse3.6.1 maven Installation