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: Ie0a12ab0cb857e2af3d6e4157c54cc50b80df113
This commit is contained in:
Swapnil Kulkarni 2014-08-12 08:36:30 +00:00
parent 07bfdf4e31
commit acbc600bf3

View File

@ -23,9 +23,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
========