You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/04/12 17:15:19 UTC

[maven-site] branch master updated: Grammar fixes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac0159a  Grammar fixes
     new b148f6b  Merge branch 'patch-29'
ac0159a is described below

commit ac0159a0754a529b42c9dc60c9beb5a1a43cf553
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Apr 12 08:39:54 2019 -0400

    Grammar fixes
    
    @hboutemy
---
 .../apt/repository/guide-central-repository-upload.apt    | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/content/apt/repository/guide-central-repository-upload.apt b/content/apt/repository/guide-central-repository-upload.apt
index 50c3a72..cbc6556 100644
--- a/content/apt/repository/guide-central-repository-upload.apt
+++ b/content/apt/repository/guide-central-repository-upload.apt
@@ -58,8 +58,8 @@ Choosing your coordinates
  that are made possible by having all the POMs available for artifacts are vast, so by placing them into the Central Repository as part of the
  process we open up the doors to new ideas that involve unified access to project POMs.
 
- We also ask for license now because it is possible that your project's license may change in the course of
- its life time and we are trying create tools to help normal people sort out licensing issues. For example, knowing all the licenses
+ We ask for the license because it is possible that your project's license may change in the course of
+ its lifetime, and we are trying to create tools to help sort out licensing issues. For example, knowing all the licenses
  for a particular graph of artifacts, we could have some strategies that would identify potential licensing problems.
 
 * A basic sample:
@@ -109,8 +109,9 @@ Choosing your coordinates
 
 * PGP Signature
 
- When people download artifacts from the Central Repository, they might want to validate that these artifacts have valid PGP
- signatures that can be verified against a public key server. If there is no signatures, then users have no guarantee that they
+ When people download artifacts from the Central Repository, they might want to verify these artifacts' PGP
+ signatures against a public key server.
+ If there are no signatures, then users have no guarantee that they
  are downloading the original artifact.
 
  To improve the quality of the Central Repository, we require you to provide PGP signatures for all your artifacts (all
@@ -173,12 +174,12 @@ Publishing your artifacts to the Central Repository
 
 * Explanations
 
- Having each project maintain its own repository with rsync to the Central Repository used to be the preferred process until January 2010.
- But we are no longer accepting rsync requests on a per project basis.
+ Having each project maintain its own repository with rsync to the Central Repository was the preferred process until January 2010.
+ However, we are no longer accepting rsync requests on a per project basis.
 
  Over time, we have learned that this process is not scalable. Many of the projects being synced release very infrequently, yet
  we have to hit hundreds of servers several times a day looking for artifacts that don't change. Additionally, there is no good
  mechanism currently for validating the incoming data via the rsync, and this leads to bad metadata that affects everyone. 
 
- The aggregation of projects into single larger feeds allows us to sync faster and more often, and ensuring these locations
+ The aggregation of projects into larger feeds allows us to sync faster and more often, and ensuring these locations
  perform sufficient checks increases the quality of metadata for everyone.