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

hboutemy 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 2120655  s/GIT/Git/
2120655 is described below

commit 2120655c61094972720e91cd7eca678e85995d4b
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Tue May 29 21:00:29 2018 +0200

    s/GIT/Git/
---
 content/apt/guides/development/guide-helping.apt |   6 +-
 content/apt/plugins/index.apt                    | 104 +++++++++++------------
 content/apt/pom/index.apt.vm                     |   4 +-
 content/apt/skins/index.apt                      |   4 +-
 content/markdown/project-roles.md                |   4 +-
 5 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/content/apt/guides/development/guide-helping.apt 
b/content/apt/guides/development/guide-helping.apt
index 6f75e6d..5752941 100644
--- a/content/apt/guides/development/guide-helping.apt
+++ b/content/apt/guides/development/guide-helping.apt
@@ -82,11 +82,11 @@ Developers Conventions
 
   * {{{../../developers/conventions/code.html}Maven Code Style And Convention}}
 
-  * {{{../../developers/conventions/jira.html}Maven JIRA Convention}}
+  * {{{../../developers/conventions/jira.html}Maven Jira Convention}}
 
-  * {{{../../developers/conventions/svn.html}Maven SVN Convention}}
+  * {{{../../developers/conventions/svn.html}Maven Subversion Convention}}
 
-  * {{{../../developers/conventions/git.html}Maven GIT Convention}}
+  * {{{../../developers/conventions/git.html}Maven Git Convention}}
 
   * {{{../../developers/release/index.html}Releasing a maven project}}
 
diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index e18934a..7e65a13 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -67,115 +67,115 @@ Available Plugins
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | <<Core plugins>>                                             |            |  
            |            | <<Plugins corresponding to default core phases (ie. 
clean, compile). They may have multiple goals as well.>> | |
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-clean-plugin/} <<<clean>>>}}               | B          | 
3.1.0        | 2018-04-14 | Clean up after the build. | 
{{{https://gitbox.apache.org/repos/asf/maven-clean-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-clean-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCLEAN}JIRA}}
+| {{{/plugins/maven-clean-plugin/} <<<clean>>>}}               | B          | 
3.1.0        | 2018-04-14 | Clean up after the build. | 
{{{https://gitbox.apache.org/repos/asf/maven-clean-plugin.git}Git}} / 
{{{https://github.com/apache/maven-clean-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCLEAN}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}}         | B          | 
3.7.0        | 2017-09-04 | Compiles Java sources. | 
{{{https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-compiler-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
+| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}}         | B          | 
3.7.0        | 2017-09-04 | Compiles Java sources. | 
{{{https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git}Git}} / 
{{{https://github.com/apache/maven-compiler-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-deploy-plugin/} <<<deploy>>>}}             | B          | 
2.8.2        | 2014-08-27 | Deploy the built artifact to the remote repository. 
| {{{https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-deploy-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEPLOY}JIRA}}
+| {{{/plugins/maven-deploy-plugin/} <<<deploy>>>}}             | B          | 
2.8.2        | 2014-08-27 | Deploy the built artifact to the remote repository. 
| {{{https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git}Git}} / 
{{{https://github.com/apache/maven-deploy-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEPLOY}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/surefire/maven-failsafe-plugin/} <<<failsafe>>>}}        | B          | 
2.21.0       | 2018-03-06 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-failsafe-plugin/} <<<failsafe>>>}}        | B          | 
2.21.0       | 2018-03-06 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}Git}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-install-plugin/} <<<install>>>}}           | B          | 
2.5.2        | 2014-08-27 | Install the built artifact into the local 
repository. | 
{{{https://gitbox.apache.org/repos/asf/maven-install-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-install-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MINSTALL}JIRA}}
+| {{{/plugins/maven-install-plugin/} <<<install>>>}}           | B          | 
2.5.2        | 2014-08-27 | Install the built artifact into the local 
repository. | 
{{{https://gitbox.apache.org/repos/asf/maven-install-plugin.git}Git}} / 
{{{https://github.com/apache/maven-install-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MINSTALL}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-resources-plugin/} <<<resources>>>}}       | B          | 
3.1.0        | 2018-04-23 | Copy the resources to the output directory for 
including in the JAR. | 
{{{https://gitbox.apache.org/repos/asf/maven-resources-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-resources-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRESOURCES}JIRA}}
+| {{{/plugins/maven-resources-plugin/} <<<resources>>>}}       | B          | 
3.1.0        | 2018-04-23 | Copy the resources to the output directory for 
including in the JAR. | 
{{{https://gitbox.apache.org/repos/asf/maven-resources-plugin.git}Git}} / 
{{{https://github.com/apache/maven-resources-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRESOURCES}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-site-plugin/} <<<site>>>}}                 | B          | 
3.7.1        | 2018-04-27 | Generate a site for the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-site-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-site-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSITE}JIRA}}
+| {{{/plugins/maven-site-plugin/} <<<site>>>}}                 | B          | 
3.7.1        | 2018-04-27 | Generate a site for the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-site-plugin.git}Git}} / 
{{{https://github.com/apache/maven-site-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSITE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/surefire/maven-surefire-plugin/} <<<surefire>>>}}        | B          | 
2.21.0       | 2018-03-06 | Run the JUnit unit tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-surefire-plugin/} <<<surefire>>>}}        | B          | 
2.21.0       | 2018-03-06 | Run the JUnit unit tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}Git}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-verifier-plugin/} <<<verifier>>>}}         | B          | 
1.1          | 2015-04-14 | Useful for integration tests - verifies the 
existence of certain conditions. | 
{{{https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-verifier-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MVERIFIER}JIRA}}
+| {{{/plugins/maven-verifier-plugin/} <<<verifier>>>}}         | B          | 
1.1          | 2015-04-14 | Useful for integration tests - verifies the 
existence of certain conditions. | 
{{{https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git}Git}} / 
{{{https://github.com/apache/maven-verifier-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MVERIFIER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | <<Packaging types/tools>>                                    |            |  
            |            | <<These plugins relate to packaging respective 
artifact types.>> | |
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-ear-plugin/} <<<ear>>>}}                   | B          | 
3.0.1       | 2018-05-09 | Generate an EAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-ear-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-ear-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MEAR}JIRA}}
+| {{{/plugins/maven-ear-plugin/} <<<ear>>>}}                   | B          | 
3.0.1       | 2018-05-09 | Generate an EAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-ear-plugin.git}Git}} / 
{{{https://github.com/apache/maven-ear-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MEAR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-ejb-plugin/} <<<ejb>>>}}                   | B          | 
3.0.1        | 2018-05-03 | Build an EJB (and optional client) from the current 
project. | {{{https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-ejb-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MEJB}JIRA}}
+| {{{/plugins/maven-ejb-plugin/} <<<ejb>>>}}                   | B          | 
3.0.1        | 2018-05-03 | Build an EJB (and optional client) from the current 
project. | {{{https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git}Git}} / 
{{{https://github.com/apache/maven-ejb-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MEJB}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jar-plugin/} <<<jar>>>}}                   | B          | 
3.1.0        | 2018-04-06 | Build a JAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jar-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-jar-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJAR}JIRA}}
+| {{{/plugins/maven-jar-plugin/} <<<jar>>>}}                   | B          | 
3.1.0        | 2018-04-06 | Build a JAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jar-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jar-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJAR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-rar-plugin/} <<<rar>>>}}                   | B          | 
2.4          | 2014-09-08 | Build a RAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-rar-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-rar-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRAR}JIRA}}
+| {{{/plugins/maven-rar-plugin/} <<<rar>>>}}                   | B          | 
2.4          | 2014-09-08 | Build a RAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-rar-plugin.git}Git}} / 
{{{https://github.com/apache/maven-rar-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRAR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-war-plugin/} <<<war>>>}}                   | B          | 
3.2.1        | 2018-05-09 | Build a WAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-war-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-war-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MWAR}JIRA}}
+| {{{/plugins/maven-war-plugin/} <<<war>>>}}                   | B          | 
3.2.1        | 2018-05-09 | Build a WAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-war-plugin.git}Git}} / 
{{{https://github.com/apache/maven-war-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MWAR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-acr-plugin/} <<<app-client/acr>>>}}        | B          | 
3.0.0        | 2015-01-23 | Build a JavaEE application client from the current 
project. | {{{https://gitbox.apache.org/repos/asf/maven-acr-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-acr-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MACR}JIRA}}
+| {{{/plugins/maven-acr-plugin/} <<<app-client/acr>>>}}        | B          | 
3.0.0        | 2015-01-23 | Build a JavaEE application client from the current 
project. | {{{https://gitbox.apache.org/repos/asf/maven-acr-plugin.git}Git}} / 
{{{https://github.com/apache/maven-acr-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MACR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-shade-plugin/} <<<shade>>>}}               | B          | 
3.1.1        | 2018-04-02 | Build an Uber-JAR from the current project, 
including dependencies. | 
{{{https://gitbox.apache.org/repos/asf/maven-shade-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-shade-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSHADE}JIRA}}
+| {{{/plugins/maven-shade-plugin/} <<<shade>>>}}               | B          | 
3.1.1        | 2018-04-02 | Build an Uber-JAR from the current project, 
including dependencies. | 
{{{https://gitbox.apache.org/repos/asf/maven-shade-plugin.git}Git}} / 
{{{https://github.com/apache/maven-shade-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSHADE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-source-plugin/} <<<source>>>}}             | B          | 
3.0.1        | 2016-06-18 | Build a source-JAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-source-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-source-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSOURCES}JIRA}}
+| {{{/plugins/maven-source-plugin/} <<<source>>>}}             | B          | 
3.0.1        | 2016-06-18 | Build a source-JAR from the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-source-plugin.git}Git}} / 
{{{https://github.com/apache/maven-source-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSOURCES}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jlink-plugin/} <<<jlink>>>}}               | B          | 
3.0.0-alpha-1 | 2017-09-09 | Build Java Run Time Image. | 
{{{https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-jlink-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJLINK}JIRA}}
+| {{{/plugins/maven-jlink-plugin/} <<<jlink>>>}}               | B          | 
3.0.0-alpha-1 | 2017-09-09 | Build Java Run Time Image. | 
{{{https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jlink-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJLINK}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jmod-plugin/} <<<jmod>>>}}                 | B          | 
3.0.0-alpha-1 | 2017-09-17 | Build Java JMod files. | 
{{{https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-jmod-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJMOD}JIRA}}
+| {{{/plugins/maven-jmod-plugin/} <<<jmod>>>}}                 | B          | 
3.0.0-alpha-1 | 2017-09-17 | Build Java JMod files. | 
{{{https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jmod-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJMOD}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | <<Reporting plugins>>                                        |            |  
            |            | <<Plugins which generate reports, are configured as 
reports in the POM and run under the site generation lifecycle.>> | |
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-changelog-plugin/} <<<changelog>>>}}       | R          | 
2.3          | 2014-06-24 | Generate a list of recent changes from your SCM. | 
{{{https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-changelog-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCHANGELOG}JIRA}}
+| {{{/plugins/maven-changelog-plugin/} <<<changelog>>>}}       | R          | 
2.3          | 2014-06-24 | Generate a list of recent changes from your SCM. | 
{{{https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git}Git}} / 
{{{https://github.com/apache/maven-changelog-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCHANGELOG}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-changes-plugin/} <<<changes>>>}}           | B+R        | 
2.12.1       | 2016-11-01 | Generate a report from an issue tracker or a change 
document. | 
{{{https://gitbox.apache.org/repos/asf/maven-changes-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-changes-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCHANGES}JIRA}}
+| {{{/plugins/maven-changes-plugin/} <<<changes>>>}}           | B+R        | 
2.12.1       | 2016-11-01 | Generate a report from an issue tracker or a change 
document. | 
{{{https://gitbox.apache.org/repos/asf/maven-changes-plugin.git}Git}} / 
{{{https://github.com/apache/maven-changes-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCHANGES}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}}     | B+R        | 
3.0.0        | 2018-01-07 | Generate a Checkstyle report. | 
{{{https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-checkstyle-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCHECKSTYLE}JIRA}}
+| {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}}     | B+R        | 
3.0.0        | 2018-01-07 | Generate a Checkstyle report. | 
{{{https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git}Git}} / 
{{{https://github.com/apache/maven-checkstyle-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MCHECKSTYLE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-doap-plugin/} <<<doap>>>}}                 | B          | 
1.2          | 2015-03-17 | Generate a Description of a Project (DOAP) file 
from a POM. | 
{{{https://gitbox.apache.org/repos/asf/maven-doap-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-doap-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDOAP}JIRA}}
+| {{{/plugins/maven-doap-plugin/} <<<doap>>>}}                 | B          | 
1.2          | 2015-03-17 | Generate a Description of a Project (DOAP) file 
from a POM. | 
{{{https://gitbox.apache.org/repos/asf/maven-doap-plugin.git}Git}} / 
{{{https://github.com/apache/maven-doap-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDOAP}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-docck-plugin/} <<<docck>>>}}               | B          | 
1.1          | 2015-04-03 | Documentation checker plugin. | 
{{{https://gitbox.apache.org/repos/asf/maven-docck-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-docck-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDOCCK}JIRA}}
+| {{{/plugins/maven-docck-plugin/} <<<docck>>>}}               | B          | 
1.1          | 2015-04-03 | Documentation checker plugin. | 
{{{https://gitbox.apache.org/repos/asf/maven-docck-plugin.git}Git}} / 
{{{https://github.com/apache/maven-docck-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDOCCK}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}}           | B+R        | 
3.0.1        | 2018-05-28 | Generate Javadoc for the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-javadoc-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJAVADOC}JIRA}}
+| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}}           | B+R        | 
3.0.1        | 2018-05-28 | Generate Javadoc for the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git}Git}} / 
{{{https://github.com/apache/maven-javadoc-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJAVADOC}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jdeps-plugin/} <<<jdeps>>>}}               | B          | 
3.1.1        | 2018-02-28 | Run JDK's JDeps tool on the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-jdeps-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJDEPS}JIRA}}
+| {{{/plugins/maven-jdeps-plugin/} <<<jdeps>>>}}               | B          | 
3.1.1        | 2018-02-28 | Run JDK's JDeps tool on the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jdeps-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJDEPS}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/jxr/maven-jxr-plugin/} <<<jxr>>>}}                       | R          | 
2.5          | 2014-11-02 | Generate a source cross reference. | 
{{{https://gitbox.apache.org/repos/asf/maven-jxr.git}GIT}} / 
{{{https://github.com/apache/maven-jxr/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/JXR}JIRA}}
+| {{{/jxr/maven-jxr-plugin/} <<<jxr>>>}}                       | R          | 
2.5          | 2014-11-02 | Generate a source cross reference. | 
{{{https://gitbox.apache.org/repos/asf/maven-jxr.git}Git}} / 
{{{https://github.com/apache/maven-jxr/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/JXR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-linkcheck-plugin/} <<<linkcheck>>>}}       | R          | 
1.2          | 2014-10-08 | Generate a Linkcheck report of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-linkcheck-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MLINKCHECK}JIRA}}
+| {{{/plugins/maven-linkcheck-plugin/} <<<linkcheck>>>}}       | R          | 
1.2          | 2014-10-08 | Generate a Linkcheck report of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git}Git}} / 
{{{https://github.com/apache/maven-linkcheck-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MLINKCHECK}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}}                   | B+R        | 
3.9.0        | 2018-01-21 | Generate a PMD report. | 
{{{https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-pmd-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPMD}JIRA}}
+| {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}}                   | B+R        | 
3.9.0        | 2018-01-21 | Generate a PMD report. | 
{{{https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git}Git}} / 
{{{https://github.com/apache/maven-pmd-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPMD}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} 
| R | 2.9   | 2016-03-01 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}GIT}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}JIRA}}
+| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} 
| R | 2.9   | 2016-03-01 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/surefire/maven-surefire-report-plugin/} <<<surefire-report>>>}} | R   | 
2.21.0       | 2018-03-06 | Generate a report based on the results of unit 
tests. | {{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-surefire-report-plugin/} <<<surefire-report>>>}} | R   | 
2.21.0       | 2018-03-06 | Generate a report based on the results of unit 
tests. | {{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}Git}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | <<Tools>>                                                    |            |  
            |            | <<These are miscellaneous tools available through 
Maven by default.>> | |
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-ant-plugin/} <<<ant>>>}}                   | B          | 
2.4          | 2014-12-15 | Generate an Ant build file for the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-ant-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-ant-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MANT}JIRA}}
+| {{{/plugins/maven-ant-plugin/} <<<ant>>>}}                   | B          | 
2.4          | 2014-12-15 | Generate an Ant build file for the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-ant-plugin.git}Git}} / 
{{{https://github.com/apache/maven-ant-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MANT}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-antrun-plugin/} <<<antrun>>>}}             | B          | 
1.8          | 2014-12-26 | Run a set of ant tasks from a phase of the build. | 
{{{https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-antrun-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MANTRUN}JIRA}}
+| {{{/plugins/maven-antrun-plugin/} <<<antrun>>>}}             | B          | 
1.8          | 2014-12-26 | Run a set of ant tasks from a phase of the build. | 
{{{https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git}Git}} / 
{{{https://github.com/apache/maven-antrun-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MANTRUN}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/archetype/maven-archetype-plugin/} <<<archetype>>>}}     | B          | 
3.0.1        | 2017-04-11 | Generate a skeleton project structure from an 
archetype. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-archetype.git}GIT}} / 
{{{https://github.com/apache/maven-archetype/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/ARCHETYPE}JIRA}}
+| {{{/archetype/maven-archetype-plugin/} <<<archetype>>>}}     | B          | 
3.0.1        | 2017-04-11 | Generate a skeleton project structure from an 
archetype. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-archetype.git}Git}} / 
{{{https://github.com/apache/maven-archetype/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/ARCHETYPE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}}         | B          | 
3.1.0        | 2017-08-13 | Build an assembly (distribution) of sources and/or 
binaries. | 
{{{https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-assembly-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MASSEMBLY}JIRA}}
+| {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}}         | B          | 
3.1.0        | 2017-08-13 | Build an assembly (distribution) of sources and/or 
binaries. | 
{{{https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git}Git}} / 
{{{https://github.com/apache/maven-assembly-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MASSEMBLY}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}     | B+R        | 
3.1.1        | 2018-05-19 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-dependency-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEP}JIRA}}
+| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}     | B+R        | 
3.1.1        | 2018-05-19 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git}Git}} / 
{{{https://github.com/apache/maven-dependency-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEP}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/enforcer/maven-enforcer-plugin/} <<<enforcer>>>}}        | B          | 
3.0.0-M1     | 2017-07-30 | Environmental constraint checking (Maven Version, 
JDK etc), User Custom Rule Execution. | 
{{{https://gitbox.apache.org/repos/asf/maven-enforcer.git}GIT}} / 
{{{https://github.com/apache/maven-enforcer/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MENFORCER}JIRA}}
+| {{{/enforcer/maven-enforcer-plugin/} <<<enforcer>>>}}        | B          | 
3.0.0-M1     | 2017-07-30 | Environmental constraint checking (Maven Version, 
JDK etc), User Custom Rule Execution. | 
{{{https://gitbox.apache.org/repos/asf/maven-enforcer.git}Git}} / 
{{{https://github.com/apache/maven-enforcer/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MENFORCER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-gpg-plugin/} <<<gpg>>>}}                   | B          | 
1.6          | 2015-01-19 | Create signatures for the artifacts and poms. | 
{{{https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-gpg-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MGPG}JIRA}}
+| {{{/plugins/maven-gpg-plugin/} <<<gpg>>>}}                   | B          | 
1.6          | 2015-01-19 | Create signatures for the artifacts and poms. | 
{{{https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git}Git}} / 
{{{https://github.com/apache/maven-gpg-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MGPG}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-help-plugin/} <<<help>>>}}                 | B          | 
3.0.1        | 2018-03-27 | Get information about the working environment for 
the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-help-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-help-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPH}JIRA}}
+| {{{/plugins/maven-help-plugin/} <<<help>>>}}                 | B          | 
3.0.1        | 2018-03-27 | Get information about the working environment for 
the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-help-plugin.git}Git}} / 
{{{https://github.com/apache/maven-help-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPH}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}}           | B+R        | 
3.1.0        | 2018-05-29 | Run a set of Maven projects and verify the output. 
| {{{https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-invoker-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MINVOKER}JIRA}}
+| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}}           | B+R        | 
3.1.0        | 2018-05-29 | Run a set of Maven projects and verify the output. 
| {{{https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git}Git}} / 
{{{https://github.com/apache/maven-invoker-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MINVOKER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jarsigner-plugin/} <<<jarsigner>>>}}       | B          | 
1.4          | 2015-01-21 | Signs or verifies project artifacts. | 
{{{https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-jarsigner-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJARSIGNER}JIRA}}
+| {{{/plugins/maven-jarsigner-plugin/} <<<jarsigner>>>}}       | B          | 
1.4          | 2015-01-21 | Signs or verifies project artifacts. | 
{{{https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jarsigner-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJARSIGNER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jdeprscan-plugin/} <<<jdeprscan>>>}}       | B          | 
3.0.0-alpha-1| 2017-11-15 | Run JDK's JDeprScan tool on the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-jdeprscan-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJDEPRSCAN}JIRA}}
+| {{{/plugins/maven-jdeprscan-plugin/} <<<jdeprscan>>>}}       | B          | 
3.0.0-alpha-1| 2017-11-15 | Run JDK's JDeprScan tool on the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jdeprscan-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJDEPRSCAN}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-patch-plugin/} <<<patch>>>}}               | B          | 
1.2          | 2015-03-09 | Use the gnu patch tool to apply patch files to 
source code. | 
{{{https://gitbox.apache.org/repos/asf/maven-patch-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-patch-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPATCH}JIRA}}
+| {{{/plugins/maven-patch-plugin/} <<<patch>>>}}               | B          | 
1.2          | 2015-03-09 | Use the gnu patch tool to apply patch files to 
source code. | 
{{{https://gitbox.apache.org/repos/asf/maven-patch-plugin.git}Git}} / 
{{{https://github.com/apache/maven-patch-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPATCH}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-pdf-plugin/} <<<pdf>>>}}                   | B          | 
1.4          | 2017-12-28 | Generate a PDF version of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-pdf-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPDF}JIRA}}
+| {{{/plugins/maven-pdf-plugin/} <<<pdf>>>}}                   | B          | 
1.4          | 2017-12-28 | Generate a PDF version of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git}Git}} / 
{{{https://github.com/apache/maven-pdf-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPDF}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugin-tools/maven-plugin-plugin/} <<<plugin>>>}}        | B+R        | 
3.5.2        | 2018-05-24 | Create a Maven plugin descriptor for any mojos 
found in the source tree, to include in the JAR. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}GIT}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}JIRA}}
+| {{{/plugin-tools/maven-plugin-plugin/} <<<plugin>>>}}        | B+R        | 
3.5.2        | 2018-05-24 | Create a Maven plugin descriptor for any mojos 
found in the source tree, to include in the JAR. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-release-plugin/} <<<release>>>}}           | B          | 
2.5.3        | 2015-10-17 | Release the current project - updating the POM and 
tagging in the SCM. | 
{{{https://gitbox.apache.org/repos/asf/maven-release.git}GIT}} / 
{{{https://github.com/apache/maven-release/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRELEASE}JIRA}}
+| {{{/plugins/maven-release-plugin/} <<<release>>>}}           | B          | 
2.5.3        | 2015-10-17 | Release the current project - updating the POM and 
tagging in the SCM. | 
{{{https://gitbox.apache.org/repos/asf/maven-release.git}Git}} / 
{{{https://github.com/apache/maven-release/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRELEASE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-remote-resources-plugin/} <<<remote-resources>>>}}| B   | 
1.5          | 2013-08-14 | Copy remote resources to the output directory for 
inclusion in the artifact. | 
{{{https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git}GIT}} 
/ {{{https://github.com/apache/maven-remote-resources-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRRESOURCES}JIRA}}
+| {{{/plugins/maven-remote-resources-plugin/} <<<remote-resources>>>}}| B   | 
1.5          | 2013-08-14 | Copy remote resources to the output directory for 
inclusion in the artifact. | 
{{{https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git}Git}} 
/ {{{https://github.com/apache/maven-remote-resources-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRRESOURCES}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-repository-plugin/} <<<repository>>>}}     | B          | 
2.4          | 2015-02-22 | Plugin to help with repository-based tasks. | 
{{{https://gitbox.apache.org/repos/asf/maven-repository-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-repository-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MREPOSITORY}JIRA}}
+| {{{/plugins/maven-repository-plugin/} <<<repository>>>}}     | B          | 
2.4          | 2015-02-22 | Plugin to help with repository-based tasks. | 
{{{https://gitbox.apache.org/repos/asf/maven-repository-plugin.git}Git}} / 
{{{https://github.com/apache/maven-repository-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MREPOSITORY}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | 
1.9.5        | 2016-07-01 | Execute SCM commands for the current project. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-scm.git }GIT}} / 
{{{https://github.com/apache/maven-scm/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SCM}JIRA}}
+| {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | 
1.9.5        | 2016-07-01 | Execute SCM commands for the current project. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-scm.git }Git}} / 
{{{https://github.com/apache/maven-scm/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SCM}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-scm-publish-plugin/} <<<scm-publish>>>}}   | B          | 
3.0.0        | 2018-01-29 | Publish your Maven website to a scm location. | 
{{{https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-scm-publish-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSCMPUB}JIRA}}
+| {{{/plugins/maven-scm-publish-plugin/} <<<scm-publish>>>}}   | B          | 
3.0.0        | 2018-01-29 | Publish your Maven website to a scm location. | 
{{{https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git}Git}} / 
{{{https://github.com/apache/maven-scm-publish-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSCMPUB}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-stage-plugin/} <<<stage>>>}}               | B          | 
1.0          | 2015-03-03 | Assists with release staging and promotion. | 
{{{https://gitbox.apache.org/repos/asf/maven-stage-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-stage-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSTAGE}JIRA}}
+| {{{/plugins/maven-stage-plugin/} <<<stage>>>}}               | B          | 
1.0          | 2015-03-03 | Assists with release staging and promotion. | 
{{{https://gitbox.apache.org/repos/asf/maven-stage-plugin.git}Git}} / 
{{{https://github.com/apache/maven-stage-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSTAGE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-toolchains-plugin/} <<<toolchains>>>}}     | B          | 
1.1          | 2014-11-12 | Allows to share configuration across plugins. | 
{{{https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git}GIT}} / 
{{{https://github.com/apache/maven-toolchains-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MTOOLCHAINS}JIRA}}
+| {{{/plugins/maven-toolchains-plugin/} <<<toolchains>>>}}     | B          | 
1.1          | 2014-11-12 | Allows to share configuration across plugins. | 
{{{https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git}Git}} / 
{{{https://github.com/apache/maven-toolchains-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MTOOLCHAINS}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 
   \* <<B>>uild or <<R>>eporting plugin
diff --git a/content/apt/pom/index.apt.vm b/content/apt/pom/index.apt.vm
index 3f57cd9..76e0255 100644
--- a/content/apt/pom/index.apt.vm
+++ b/content/apt/pom/index.apt.vm
@@ -35,9 +35,9 @@ Parent POMs
 
*--------------------------------------------+--------------+------------+------------------------------------+------------------------+--------------------+
 || <<POM>>                                   || <<Version>> || <<Release 
Date>> || <<Parent POM Description>> || <<Source Repository>> || <<Issue 
Tracking>>
 
*--------------------------------------------+--------------+------------+------------------------------------+------------------------+--------------------+
-| {{{./asf/} <<<ASF>>>}}                     | 19           | 2018-01-24 | ASF 
wide configuration.            | 
{{{http://gitbox.apache.org/repos/asf/maven-apache-parent/}GIT}} / 
{{{https://github.com/apache/maven-apache-parent/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPOM/component/12314370}JIRA}}
+| {{{./asf/} <<<ASF>>>}}                     | 19           | 2018-01-24 | ASF 
wide configuration.            | 
{{{http://gitbox.apache.org/repos/asf/maven-apache-parent/}Git}} / 
{{{https://github.com/apache/maven-apache-parent/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPOM/component/12314370}JIRA}}
 
*--------------------------------------------+--------------+------------+------------------------------------+------------------------+--------------------+
-|| <<Maven Parent POMs>>                     | 31           | 2018-02-05 |     
                               | 
{{{http://gitbox.apache.org/repos/asf/maven-parent/}GIT}} / 
{{{https://github.com/apache/maven-parent/}GitHub}} |
+|| <<Maven Parent POMs>>                     | 31           | 2018-02-05 |     
                               | 
{{{http://gitbox.apache.org/repos/asf/maven-parent/}Git}} / 
{{{https://github.com/apache/maven-parent/}GitHub}} |
 
*--------------------------------------------+--------------+------------+------------------------------------+------------------------+--------------------+
 | {{{./maven/} <<<Maven>>>}}                 |              |            | 
Maven wide configuration.          |                        | 
{{{https://issues.apache.org/jira/browse/MPOM/component/12314371}JIRA}}
 
*--------------------------------------------+--------------+------------+------------------------------------+------------------------+--------------------+
diff --git a/content/apt/skins/index.apt b/content/apt/skins/index.apt
index 12eb0c5..7ff7048 100644
--- a/content/apt/skins/index.apt
+++ b/content/apt/skins/index.apt
@@ -38,9 +38,9 @@ Available Skins
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 || <<Skin>>                                                         || 
<<Version>> || Site Plugin Version || <<Description>> || <<Source Repository>> 
|| <<Issue Tracking>>
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
-| {{{/skins/maven-default-skin/} <<<Maven Default Skin>>>}}         | 1.2      
    | [3.5,)               | You get this skin if you don't specify any skin or 
template. | {{{http://gitbox.apache.org/repos/asf/maven-default-skin/}GIT}} / 
{{{https://github.com/apache/maven-default-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSKINS/component/12326472}JIRA}}
+| {{{/skins/maven-default-skin/} <<<Maven Default Skin>>>}}         | 1.2      
    | [3.5,)               | You get this skin if you don't specify any skin or 
template. | {{{http://gitbox.apache.org/repos/asf/maven-default-skin/}Git}} / 
{{{https://github.com/apache/maven-default-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSKINS/component/12326472}JIRA}}
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
-| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.7      
    | [3.7,)               | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}GIT}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSKINS/component/12326474}JIRA}}
+| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.7      
    | [3.7,)               | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}Git}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSKINS/component/12326474}JIRA}}
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 
 ** Retired
diff --git a/content/markdown/project-roles.md 
b/content/markdown/project-roles.md
index 1eeeb20..93e37d6 100644
--- a/content/markdown/project-roles.md
+++ b/content/markdown/project-roles.md
@@ -219,7 +219,7 @@ functioning of the committee itself.
 
 The Apache Foundation currently does not have a policy requiring projects to
 cross-promote. For example Subversion is an Apache project, yet projects
-are free to choose from Subversion and GIT (a non-Apache project) for source 
+are free to choose from Subversion and Git (a non-Apache project) for source 
 control.
 
 When considering integration of technologies within Maven, there is
@@ -275,7 +275,7 @@ from other talented individuals, the PMC members should 
endevour to bring
 those individuals and their talent to the project as committers.
 
 Finally, where a fork is hosted outside of Apache hardware, there is less
-traceability of the code provenance, for example GIT commits can be squashed 
+traceability of the code provenance, for example Git commits can be squashed 
 and history re-written to mask or otherwise hide the source of contributions.
 This does not mean that code coming from an external fork inherently has
 such issues, instead it means that the requirements for review and verification

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.

Reply via email to