From acbc600bf3cbbc653b4d150a6cc212e368a2bdbd Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Tue, 12 Aug 2014 08:36:30 +0000 Subject: [PATCH] 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 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b6a8ba51..5071a62a 100644 --- a/README.rst +++ b/README.rst @@ -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 ========