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:
parent
07bfdf4e31
commit
acbc600bf3
@ -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
|
||||
========
|
||||
|
Loading…
x
Reference in New Issue
Block a user