Skip to content

Commit

Permalink
Update README.txt
Browse files Browse the repository at this point in the history
Update apache-maven/README.md
  • Loading branch information
PoojaChandak authored Aug 7, 2020
1 parent 12ce124 commit 8a045a5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions apache-maven/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Maven is a software project management and comprehension tool. Based on
the concept of a Project Object Model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.
build, reporting, and documentation from a central piece of information.

Documentation
-------------
Expand All @@ -27,21 +27,19 @@
Memory:
No minimum requirement.
Disk:
Approximately 10MB is required for the Maven installation itself. In addition to
that, additional disk space will be used for your local Maven repository. The size
of your local repository will vary depending on usage but expect at least 500MB.
Approximately 10MB is required for the Maven installation itself. In addition to that, additional disk space will be used for your local Maven repository. The size of your local repository will vary depending on usage but expect at least 500MB.
Operating System:
Windows:
Windows 2000 or above.
Unix based systems (Linux, Solaris and Mac OS X) and others:
Unix based systems (Linux, Solaris, and Mac OS X) and others:
No minimum requirement.

Installing Maven
----------------

1) Unpack the archive where you would like to store the binaries, e.g.:

Unix-based operating systems (Linux, Solaris and Mac OS X)
Unix-based operating systems (Linux, Solaris, and Mac OS X)
tar zxvf apache-maven-3.x.y.tar.gz
Windows
unzip apache-maven-3.x.y.zip
Expand All @@ -66,7 +64,7 @@

Please see the file called LICENSE.

Maven URLS
Maven URLs
----------

Home Page: https://maven.apache.org/
Expand Down

0 comments on commit 8a045a5

Please sign in to comment.