You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2019/12/22 10:35:25 UTC

[maven-install-plugin] branch master updated: Fix grammar

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fea210  Fix grammar
     new 1fb54c8  Merge pull request #6 from elharo/patch-1
5fea210 is described below

commit 5fea210c89d2b45ed589daaa16dc79f16f6a3514
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun Dec 15 12:54:15 2019 -0500

    Fix grammar
    
    @michael-o
---
 src/site/apt/usage.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
index 978d1b4..6b37209 100644
--- a/src/site/apt/usage.apt
+++ b/src/site/apt/usage.apt
@@ -31,8 +31,8 @@ Usage
 
   Apache Maven has a two level strategy to resolve and distribute files, which we call artifacts.
   The first level is called the <<<local repository>>>, which is the artifact cache on your system, by default located at <<<$\{user.home\}/.m2/repository>>>.
-  When executing Maven, it'll first look in this local cache for artifacts. If the artifact cannot be found here, Maven will access the remote repositories to find the artifact.
-  Once found it will be stored into the local repository, so it's be available for current and future usage.
+  When executing Maven, it first looks in this local cache for artifacts. If the artifact cannot be found here, Maven will access the remote repositories to find the artifact.
+  Once found it will be stored into the local repository, so it's available for current and future usage.
   
   With the <<<maven-install-plugin>>> you can put your artifacts in the local repository. To upload artifacts to a remote repository, you need to use the
   {{{http://maven.apache.org/plugins/maven-deploy-plugin/}maven-deploy-plugin}}.