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 2020/03/04 14:13:13 UTC

[maven-site] branch master updated: slight rewrite for more natural language (#135)

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8df6b21  slight rewrite for more natural language (#135)
8df6b21 is described below

commit 8df6b21a9ab7b6671023d1d2b26852b981edea4c
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Mar 4 09:13:03 2020 -0500

    slight rewrite for more natural language (#135)
    
    @michael-o
---
 content/apt/guides/mini/guide-configuring-plugins.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-configuring-plugins.apt b/content/apt/guides/mini/guide-configuring-plugins.apt
index eeda726..e38f1d0 100644
--- a/content/apt/guides/mini/guide-configuring-plugins.apt
+++ b/content/apt/guides/mini/guide-configuring-plugins.apt
@@ -77,7 +77,7 @@ Guide to Configuring Plug-ins
 
 * Introduction
 
- In Maven, there are the build and the reporting plugins:
+ In Maven, there are two kinds of plugins, build and reporting:
 
   * <<Build plugins>> are executed during the build and configured in the <<<\<build/\>>>>
   element.