Update the Maven plugin installation instructions

In Eclipse 3.7 (Indigo) and later, the Maven plugins are available
in the default update site.  It's only necessary to manually add
the m2eclipse update site if using an older version of Eclipse.

Update the documentation accordingly.

Change-Id: Ib109b056313682f954a74344cf0a25bd94d493b5
This commit is contained in:
David Pursehouse 2012-10-30 11:23:02 +09:00
parent d4c617cc30
commit 37ef06cc10

View File

@ -11,9 +11,13 @@ runtime debugging environment.
Maven Plugin
------------
Install the Maven Integration plugins:
Install the Maven Integration plugins.
http://www.eclipse.org/m2e/download/[m2eclipse]
In Eclipse version 3.7 (Indigo) and later, these are available in the
default update site and can be found under the 'Collaboration' category.
For older versions the update site must be manually added; the link can
be found on the http://www.eclipse.org/m2e/download/[m2eclipse download page].
[[Formatting]]