Update the yum install maven in README

Maven does not install on "yum install maven3" on Fedora20.
Searching for Maven3 package does not give any results.
The correct way to install Maven3 on Fedora is to
run "yum install maven" instead.
This installs Maven3 and its dependencies.

I think we need to update the documentation with that.

Change-Id: Iaf09e0ba8e293c27eaeb5d5c9b75ea18ab94c9e7
This commit is contained in:
Swapnil Kulkarni 2014-08-12 10:08:26 +00:00
parent 056398f678
commit 2b34c69fe2
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ To install Maven 3 for Ubuntu 12.04 and later, and Debian wheezy and later::
apt-get install maven
On Fedora 15 and later::
On Fedora 20 and later::
yum install maven3
yum install maven
Building
========