You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/01/01 19:55:45 UTC

[maven] branch master updated: Improve README

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 3709e2e  Improve README
3709e2e is described below

commit 3709e2ea2c39b62fcc0f2fa20f21a4b928373d84
Author: Marcono1234 <Ma...@users.noreply.github.com>
AuthorDate: Sun Dec 27 02:47:01 2020 +0100

    Improve README
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index f2b88f4..f1066b6 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Apache 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.
 
-If you think you have found a bug, please file an issue in the [Maven Issue Tracker][jira]].
+If you think you have found a bug, please file an issue in the [Maven Issue Tracker][jira].
 
 Documentation
 -------------
@@ -55,7 +55,7 @@ License
 -------
 This code is under the [Apache License, Version 2.0, January 2004][license].
 
-See the `NOTICE` file for required notices and attributions.
+See the [`NOTICE`](./NOTICE) file for required notices and attributions.
 
 Donations
 ---------
@@ -67,9 +67,9 @@ If you want to bootstrap Maven, you'll need:
 - Java 1.8+
 - Maven 3.0.5 or later
 - Run Maven, specifying a location into which the completed Maven distro should be installed:
-```
-mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.7.x-SNAPSHOT" clean package
-```
+    ```
+    mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.7.x-SNAPSHOT" clean package
+    ```
 
 
 [home]: https://maven.apache.org/