Author: khmarbaise
Date: Sat Feb 13 12:09:26 2016
New Revision: 1730193

URL: http://svn.apache.org/viewvc?rev=1730193&view=rev
Log:
Consistently using https instead of http.

Modified:
    maven/site/trunk/content/apt/plugins/index.apt
    maven/site/trunk/content/apt/shared/index.apt
    maven/site/trunk/content/apt/skins/index.apt
    maven/site/trunk/content/apt/users/getting-help.apt
    maven/site/trunk/content/apt/users/index.apt

Modified: maven/site/trunk/content/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1730193&r1=1730192&r2=1730193&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugins/index.apt (original)
+++ maven/site/trunk/content/apt/plugins/index.apt Sat Feb 13 12:09:26 2016
@@ -29,7 +29,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Available Plugins
 
@@ -50,7 +50,7 @@ Available Plugins
 * Supported By The Maven Project
 
   To see the most up-to-date list browse the Maven repository, specifically
-  the {{{http://repo.maven.apache.org/maven2/org/apache/maven/plugins/} 
<<<org/apache/maven/plugins>>>}} subfolder.
+  the {{{https://repo.maven.apache.org/maven2/org/apache/maven/plugins/} 
<<<org/apache/maven/plugins>>>}} subfolder.
   <(Plugins are organized according to a directory structure that resembles 
the standard Java package naming convention)>
 
   ~~ TODO: the repository manager should be able to produce a page like this. 
Ensure all descriptions are in the POM of these plugins.
@@ -58,7 +58,7 @@ Available Plugins
 
 ~~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-
 ~~ The release dates in this table must follow the ISO-8601 standard: 
yyyy-MM-dd
-~~ See 
http://maven.apache.org/guides/development/guide-documentation-style.html
+~~ See 
https://maven.apache.org/guides/development/guide-documentation-style.html
 ~~ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-
 
 
@@ -67,114 +67,114 @@ 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.0.0        | 2015-10-22 | Clean up after the build. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MCLEAN}JIRA}}
+| {{{/plugins/maven-clean-plugin/} <<<clean>>>}}               | B          | 
3.0.0        | 2015-10-22 | Clean up after the build. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCLEAN}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}}         | B          | 
3.5.1        | 2016-02-09 | Compiles Java sources. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
+| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}}         | B          | 
3.5.1        | 2016-02-09 | Compiles Java sources. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}}
 | {{{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. 
| 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MDEPLOY}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/surefire/maven-failsafe-plugin/} <<<failsafe>>>}}        | B          | 
2.19.1       | 2016-01-03 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MINSTALL}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-resources-plugin/} <<<resources>>>}}       | B          | 
2.7          | 2014-09-29 | Copy the resources to the output directory for 
including in the JAR. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MRESOURCES}JIRA}}
+| {{{/plugins/maven-resources-plugin/} <<<resources>>>}}       | B          | 
2.7          | 2014-09-29 | Copy the resources to the output directory for 
including in the JAR. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MRESOURCES}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-site-plugin/} <<<site>>>}}                 | B          | 
3.4          | 2014-07-07 | Generate a site for the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/}SVN}} 
| {{{https://issues.apache.org/jira/browse/MSITE}JIRA}}
+| {{{/plugins/maven-site-plugin/} <<<site>>>}}                 | B          | 
3.4          | 2014-07-07 | Generate a site for the current project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSITE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/surefire/maven-surefire-plugin/} <<<surefire>>>}}        | B          | 
2.19.1       | 2016-01-03 | Run the JUnit unit tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-verifier-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-verifier-plugin}SVN}}
 | {{{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          | 
2.10.1       | 2015-06-27 | Generate an EAR from the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin}SVN}} | 
{{{https://issues.apache.org/jira/browse/MEAR}JIRA}}
+| {{{/plugins/maven-ear-plugin/} <<<ear>>>}}                   | B          | 
2.10.1       | 2015-06-27 | Generate an EAR from the current project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MEAR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-ejb-plugin/} <<<ejb>>>}}                   | B          | 
2.5.1        | 2015-06-20 | Build an EJB (and optional client) from the current 
project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ejb-plugin}SVN}} | 
{{{https://issues.apache.org/jira/browse/MEJB}JIRA}}
+| {{{/plugins/maven-ejb-plugin/} <<<ejb>>>}}                   | B          | 
2.5.1        | 2015-06-20 | Build an EJB (and optional client) from the current 
project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ejb-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MEJB}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jar-plugin/} <<<jar>>>}}                   | B          | 
2.6          | 2015-03-09 | Build a JAR from the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin}SVN}} | 
{{{https://issues.apache.org/jira/browse/MJAR}JIRA}}
+| {{{/plugins/maven-jar-plugin/} <<<jar>>>}}                   | B          | 
2.6          | 2015-03-09 | Build a JAR from the current project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin}SVN}} 
| {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-rar-plugin}SVN}} | 
{{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-rar-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MRAR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-war-plugin/} <<<war>>>}}                   | B          | 
2.6          | 2015-01-08 | Build a WAR from the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin}SVN}} | 
{{{https://issues.apache.org/jira/browse/MWAR}JIRA}}
+| {{{/plugins/maven-war-plugin/} <<<war>>>}}                   | B          | 
2.6          | 2015-01-08 | Build a WAR from the current project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin}SVN}} 
| {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-acr-plugin}SVN}} | 
{{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-acr-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MACR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-shade-plugin/} <<<shade>>>}}               | B          | 
2.4.3        | 2016-01-10 | Build an Uber-JAR from the current project, 
including dependencies. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MSHADE}JIRA}}
+| {{{/plugins/maven-shade-plugin/} <<<shade>>>}}               | B          | 
2.4.3        | 2016-01-10 | Build an Uber-JAR from the current project, 
including dependencies. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHADE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-source-plugin/} <<<source>>>}}             | B          | 
2.4          | 2014-10-07 | Build a source-JAR from the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSOURCES}JIRA}}
+| {{{/plugins/maven-source-plugin/} <<<source>>>}}             | B          | 
2.4          | 2014-10-07 | Build a source-JAR from the current project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSOURCES}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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changelog-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changelog-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCHANGELOG}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-changes-plugin/} <<<changes>>>}}           | B+R        | 
2.11         | 2014-09-28 | Generate a report from an issue tracker or a change 
document. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCHANGES}JIRA}}
+| {{{/plugins/maven-changes-plugin/} <<<changes>>>}}           | B+R        | 
2.11         | 2014-09-28 | Generate a report from an issue tracker or a change 
document. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCHANGES}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}}     | B+R        | 
2.17         | 2015-10-15 | Generate a Checkstyle report. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCHECKSTYLE}JIRA}}
+| {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}}     | B+R        | 
2.17         | 2015-10-15 | Generate a Checkstyle report. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-doap-plugin}SVN}} 
| {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-doap-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MDOAP}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-docck-plugin/} <<<docck>>>}}               | B          | 
1.1          | 2015-04-03 | Documentation checker plugin. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-docck-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MDOCCK}JIRA}}
+| {{{/plugins/maven-docck-plugin/} <<<docck>>>}}               | B          | 
1.1          | 2015-04-03 | Documentation checker plugin. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-docck-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MDOCCK}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}}           | B+R        | 
2.10.3       | 2015-04-14 | Generate Javadoc for the project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MJAVADOC}JIRA}}
+| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}}           | B+R        | 
2.10.3       | 2015-04-14 | Generate Javadoc for the project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MJAVADOC}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jdeps-plugin/} <<<jdeps>>>}}               | B          | 
3.0.0        | 2015-10-29 | Run JDK's JDeps tool on the project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jdeps-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MJDEPS}JIRA}}
+| {{{/plugins/maven-jdeps-plugin/} <<<jdeps>>>}}               | B          | 
3.0.0        | 2015-10-29 | Run JDK's JDeps tool on the project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jdeps-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MJDEPS}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/jxr/maven-jxr-plugin/} <<<jxr>>>}}                       | R          | 
2.5          | 2014-11-02 | Generate a source cross reference. | 
{{{http://svn.apache.org/repos/asf/maven/jxr/trunk/maven-jxr-plugin}SVN}} | 
{{{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://svn.apache.org/repos/asf/maven/jxr/trunk/maven-jxr-plugin}SVN}} | 
{{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-linkcheck-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-linkcheck-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MLINKCHECK}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}}                   | B+R        | 
3.6          | 2015-12-17 | Generate a PMD report. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin}SVN}} | 
{{{https://issues.apache.org/jira/browse/MPMD}JIRA}}
+| {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}}                   | B+R        | 
3.6          | 2015-12-17 | Generate a PMD report. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MPMD}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} 
| R | 2.8.1 | 2015-09-11 | Generate standard project reports. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MPIR}JIRA}}
+| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} 
| R | 2.8.1 | 2015-09-11 | Generate standard project reports. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MPIR}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/surefire/maven-surefire-report-plugin/} <<<surefire-report>>>}} | R   | 
2.19.1         | 2016-01-03 | Generate a report based on the results of unit 
tests. | {{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin}SVN}} | 
{{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin}SVN}} 
| {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-antrun-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-antrun-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MANTRUN}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/archetype/maven-archetype-plugin/} <<<archetype>>>}}     | B          | 
2.4          | 2015-08-09 | Generate a skeleton project structure from an 
archetype. | 
{{{http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/ARCHETYPE}JIRA}}
+| {{{/archetype/maven-archetype-plugin/} <<<archetype>>>}}     | B          | 
2.4          | 2015-08-09 | Generate a skeleton project structure from an 
archetype. | 
{{{https://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/ARCHETYPE}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}}         | B          | 
2.6          | 2015-10-10 | Build an assembly (distribution) of sources and/or 
binaries. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MASSEMBLY}JIRA}}
+| {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}}         | B          | 
2.6          | 2015-10-10 | Build an assembly (distribution) of sources and/or 
binaries. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MASSEMBLY}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}     | B+R        | 
2.10         | 2015-01-27 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MDEP}JIRA}}
+| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}     | B+R        | 
2.10         | 2015-01-27 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MDEP}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/enforcer/maven-enforcer-plugin/} <<<enforcer>>>}}        | B          | 
1.4.1        | 2015-08-23 | Environmental constraint checking (Maven Version, 
JDK etc), User Custom Rule Execution. | 
{{{http://svn.apache.org/repos/asf/maven/enforcer/trunk/maven-enforcer-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MENFORCER}JIRA}}
+| {{{/enforcer/maven-enforcer-plugin/} <<<enforcer>>>}}        | B          | 
1.4.1        | 2015-08-23 | Environmental constraint checking (Maven Version, 
JDK etc), User Custom Rule Execution. | 
{{{https://svn.apache.org/repos/asf/maven/enforcer/trunk/maven-enforcer-plugin}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-gpg-plugin}SVN}} | 
{{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-gpg-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MGPG}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-help-plugin/} <<<help>>>}}                 | B          | 
2.2          | 2013-02-23 | Get information about the working environment for 
the project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MPH}JIRA}}
+| {{{/plugins/maven-help-plugin/} <<<help>>>}}                 | B          | 
2.2          | 2013-02-23 | Get information about the working environment for 
the project. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MPH}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}}           | B+R        | 
2.0.0         | 2015-06-27 | Run a set of Maven projects and verify the output. 
| 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MINVOKER}JIRA}}
+| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}}           | B+R        | 
2.0.0         | 2015-06-27 | Run a set of Maven projects and verify the output. 
| 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MINVOKER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jarsigner-plugin/} <<<jarsigner>>>}}       | B          | 
1.4          | 2015-01-21 | Signs or verifies project artifacts. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jarsigner-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jarsigner-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MJARSIGNER}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-patch-plugin/} <<<patch>>>}}               | B          | 
1.2          | 2015-03-09 | Use the gnu patch tool to apply patch files to 
source code. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin}SVN}} 
| {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MPATCH}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-pdf-plugin/} <<<pdf>>>}}                   | B          | 
1.3          | 2015-02-16 | Generate a PDF version of your project's 
documentation. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pdf-plugin}SVN}} | 
{{{https://issues.apache.org/jira/browse/MPDF}JIRA}}
+| {{{/plugins/maven-pdf-plugin/} <<<pdf>>>}}                   | B          | 
1.3          | 2015-02-16 | Generate a PDF version of your project's 
documentation. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pdf-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MPDF}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugin-tools/maven-plugin-plugin/} <<<plugin>>>}}        | B+R        | 
3.4          | 2015-01-04 | Create a Maven plugin descriptor for any mojos 
found in the source tree, to include in the JAR. | 
{{{http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MPLUGIN}JIRA}}
+| {{{/plugin-tools/maven-plugin-plugin/} <<<plugin>>>}}        | B+R        | 
3.4          | 2015-01-04 | Create a Maven plugin descriptor for any mojos 
found in the source tree, to include in the JAR. | 
{{{https://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/release/trunk/maven-release-plugin}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-remote-resources-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-remote-resources-plugin}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MREPOSITORY}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/scm/maven-scm-plugin/} <<<scm>>>}}                       | B          | 
1.9.4        | 2015-04-01 | Execute SCM commands for the current project. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-scm.git }GIT}} | 
{{{https://issues.apache.org/jira/browse/SCM}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-scm-publish-plugin/} <<<scm-publish>>>}}   | B          | 
1.1          | 2014-05-18 | Publish your Maven website to a scm location. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-scm-publish-plugin/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSCMPUB}JIRA}}
+| {{{/plugins/maven-scm-publish-plugin/} <<<scm-publish>>>}}   | B          | 
1.1          | 2014-05-18 | Publish your Maven website to a scm location. | 
{{{https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-scm-publish-plugin/}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin}SVN}} 
| {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin}SVN}}
 | {{{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. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-toolchains-plugin}SVN}}
 | {{{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://svn.apache.org/repos/asf/maven/plugins/trunk/maven-toolchains-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MTOOLCHAINS}JIRA}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 
   \* <<B>>uild or <<R>>eporting plugin
 
-  There are also some sandbox plugins into our 
{{{http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins}source 
repository}}.
+  There are also some sandbox plugins into our 
{{{https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins}source 
repository}}.
   
   Previous archived versions of plugins reference documentations are 
{{{../plugins-archives/}located here}}. 
 
@@ -233,8 +233,8 @@ Available Plugins
 
 ** At code.google.com
 
-  There are also 
{{{http://code.google.com/hosting/search?q=maven+plugin+label%3Amaven&projectsearch=Search+Projects}many
 plug-ins}}
-  available at the {{{http://code.google.com} Google Code}}.
+  There are also 
{{{https://code.google.com/hosting/search?q=maven+plugin+label%3Amaven&projectsearch=Search+Projects}many
 plug-ins}}
+  available at the {{{https://code.google.com} Google Code}}.
 
 ** Misc
 
@@ -245,17 +245,17 @@ Available Plugins
 
*----------------------------------------------------------------------------+----------------+-----------------------+
 | {{{https://codehaus-cargo.github.io/} <<<cargo>>>}}                  | 
{{{https://codehaus-cargo.github.io/}Cargo Project}} | Start/stop/configure 
J2EE containers and deploy to them.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
-| {{{http://confluence.atlassian.com/display/CLOVER/Clover-for-Maven+2} 
<<<clover>>>}} | {{{http://www.atlassian.com/software/clover/}Atlassian 
Clover}} | Generate a Clover report.
+| {{{https://confluence.atlassian.com/display/CLOVER/Clover-for-Maven+2} 
<<<clover>>>}} | {{{https://www.atlassian.com/software/clover/}Atlassian 
Clover}} | Generate a Clover report.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
-| 
{{{http://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html} 
<<<jetty>>>}}| {{{http://www.eclipse.org/jetty/}Jetty Project}} | Jetty Run a 
Jetty container for rapid webapp development.
+| 
{{{https://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html} 
<<<jetty>>>}}| {{{https://www.eclipse.org/jetty/}Jetty Project}} | Jetty Run a 
Jetty container for rapid webapp development.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
 | {{{http://www.triemax.com/products/jalopy/manual/plugin-maven.html} 
<<<jalopy>>>}} | {{{http://www.triemax.com/}Triemax}} | Use Jalopy to format 
your source code.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
-| {{{http://creadur.apache.org/rat/} <<<rat>>>}}                             | 
{{{http://creadur.apache.org/}Apache Creadur Project}} | Release Audit Tool 
(RAT) to verify files.
+| {{{https://creadur.apache.org/rat/} <<<rat>>>}}                             
| {{{https://creadur.apache.org/}Apache Creadur Project}} | Release Audit Tool 
(RAT) to verify files.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
-| 
{{{http://geronimo.apache.org/maven/genesis/plugins/tools-maven-plugin/index.html}
 <<<Genesis Plugins>>>}} | {{{http://geronimo.apache.org/}Apache Geronimo 
Project}} | Verify legal files in artifacts.
+| 
{{{https://geronimo.apache.org/maven/genesis/plugins/tools-maven-plugin/index.html}
 <<<Genesis Plugins>>>}} | {{{https://geronimo.apache.org/}Apache Geronimo 
Project}} | Verify legal files in artifacts.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
-| {{{http://tomcat.apache.org/maven-plugin.html} <<<Apache Tomcat>>>}}| 
{{{http://tomcat.apache.org/maven-plugin.html}Apache Tomcat Project}} | Run an 
Apache Tomcat container for rapid webapp development.
+| {{{https://tomcat.apache.org/maven-plugin.html} <<<Apache Tomcat>>>}}| 
{{{https://tomcat.apache.org/maven-plugin.html}Apache Tomcat Project}} | Run an 
Apache Tomcat container for rapid webapp development.
 
*----------------------------------------------------------------------------+----------------+-----------------------+
 
 * Resources

Modified: maven/site/trunk/content/apt/shared/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/shared/index.apt?rev=1730193&r1=1730192&r2=1730193&view=diff
==============================================================================
--- maven/site/trunk/content/apt/shared/index.apt (original)
+++ maven/site/trunk/content/apt/shared/index.apt Sat Feb 13 12:09:26 2016
@@ -26,7 +26,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Shared Components
 
@@ -36,51 +36,51 @@ The shared components are currently unde
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
 || <<Shared Component>>                                                      
|| <<Version>> || <<Release Date>> || <<Description>> || <<Source Repository>> 
|| <<Issue Tracking>> |
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/file-management/} <<<file-management>>>}}                       | 
3.0.0        | 2015-12-25        | API to collect files from a given directory 
using several include/exclude rules. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/file-management/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13262}JIRA}}
+| {{{/shared/file-management/} <<<file-management>>>}}                       | 
3.0.0        | 2015-12-25        | API to collect files from a given directory 
using several include/exclude rules. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/file-management/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13262}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-archiver/} <<<maven-archiver>>>}}                         | 
3.0.0        | 2015-10-19        | Is mainly used by plugins to handle 
packaging. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13268}JIRA}}
+| {{{/shared/maven-archiver/} <<<maven-archiver>>>}}                         | 
3.0.0        | 2015-10-19        | Is mainly used by plugins to handle 
packaging. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13268}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-artifact-resolver/} <<<maven-artifact-resolver>>>}}       | 
1.0          | 2009-09-22        | Resolve dependency artifacts for one or more 
projects. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-artifact-resolver/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14048}JIRA}}
+| {{{/shared/maven-artifact-resolver/} <<<maven-artifact-resolver>>>}}       | 
1.0          | 2009-09-22        | Resolve dependency artifacts for one or more 
projects. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-artifact-resolver/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14048}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-common-artifact-filters/} 
<<<maven-common-artifact-filters>>>}}  | 3.0.0 | 2015-12-01        | Used to 
filter lists of Artifact instances. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-common-artifact-filters/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13269}JIRA}}
+| {{{/shared/maven-common-artifact-filters/} 
<<<maven-common-artifact-filters>>>}}  | 3.0.0 | 2015-12-01        | Used to 
filter lists of Artifact instances. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-common-artifact-filters/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13269}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-dependency-analyzer/} <<<maven-dependency-analyzer>>>}}   | 
1.6          | 2015-01-18        | Maven Dependency Analyzer component. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-analyzer/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13265}JIRA}}
+| {{{/shared/maven-dependency-analyzer/} <<<maven-dependency-analyzer>>>}}   | 
1.6          | 2015-01-18        | Maven Dependency Analyzer component. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-analyzer/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13265}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-dependency-tree/} <<<maven-dependency-tree>>>}}           | 
3.0          | 2015-10-10        | Maven Dependency Tree constructs a tree 
model of a Maven project's dependencies. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-tree/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13264}JIRA}}
+| {{{/shared/maven-dependency-tree/} <<<maven-dependency-tree>>>}}           | 
3.0          | 2015-10-10        | Maven Dependency Tree constructs a tree 
model of a Maven project's dependencies. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-dependency-tree/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13264}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
 | {{{/doxia/doxia-tools/doxia-integration-tools/} <<<maven-doxia-tools>>>}}  | 
             |                   | moved to 
{{{/doxia/doxia-tools/doxia-integration-tools/} <<<doxia-integration-tools>>>}} 
| |
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-filtering/} <<<maven-filtering>>>}}                       | 
3.0.0        | 2015-11-10        | Components for filtering resources. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-filtering/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13380}JIRA}}
+| {{{/shared/maven-filtering/} <<<maven-filtering>>>}}                       | 
3.0.0        | 2015-11-10        | Components for filtering resources. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-filtering/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13380}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-invoker/} <<<maven-invoker>>>}}                           | 
2.2          | 2015-03-24        | Fires up a Maven build in a new JVM. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-invoker/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13271}JIRA}}
+| {{{/shared/maven-invoker/} <<<maven-invoker>>>}}                           | 
2.2          | 2015-03-24        | Fires up a Maven build in a new JVM. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-invoker/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13271}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-jarsigner/} <<<maven-jarsigner>>>}}                       | 
1.4          | 2015-01-18        | This component provides some utilities to 
sign/verify jars/files in your Mojos. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-jarsigner/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/15255}JIRA}}
+| {{{/shared/maven-jarsigner/} <<<maven-jarsigner>>>}}                       | 
1.4          | 2015-01-18        | This component provides some utilities to 
sign/verify jars/files in your Mojos. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-jarsigner/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/15255}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-mapping/} <<<maven-mapping>>>}}                           | 
3.0.0        | 2015-11-19        | A shared component for all plugins that need 
to do mapping. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-mapping/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/16150}JIRA}}
+| {{{/shared/maven-mapping/} <<<maven-mapping>>>}}                           | 
3.0.0        | 2015-11-19        | A shared component for all plugins that need 
to do mapping. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-mapping/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/16150}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-reporting-api/} <<<maven-reporting-api>>>}}               | 
3.0          | 2010-05-12        | API to manage report generation. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14413}JIRA}}
+| {{{/shared/maven-reporting-api/} <<<maven-reporting-api>>>}}               | 
3.0          | 2010-05-12        | API to manage report generation. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14413}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-reporting-exec/} <<<maven-reporting-exec>>>}}             | 
1.2          | 2014-06-28        | API to manage report plugins preparation 
with Maven 3. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-exec/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14716}JIRA}}
+| {{{/shared/maven-reporting-exec/} <<<maven-reporting-exec>>>}}             | 
1.2          | 2014-06-28        | API to manage report plugins preparation 
with Maven 3. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-exec/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14716}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-reporting-impl/} <<<maven-reporting-impl>>>}}             | 
2.4          | 2015-07-06        | Abstract classes to manage report 
generation. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-impl/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13274}JIRA}}
+| {{{/shared/maven-reporting-impl/} <<<maven-reporting-impl>>>}}             | 
2.4          | 2015-07-06        | Abstract classes to manage report 
generation. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-impl/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13274}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-repository-builder/} <<<maven-repository-builder>>>}}     | 
1.0          | 2014-11-11        |  | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-repository-builder/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13275}JIRA}}
+| {{{/shared/maven-repository-builder/} <<<maven-repository-builder>>>}}     | 
1.0          | 2014-11-11        |  | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-repository-builder/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/13275}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-runtime/} <<<maven-runtime>>>}}                           | 
1.0-alpha-3  | 2012-05-22        | Maven Runtime allows introspection of Maven 
project metadata at runtime. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-runtime/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13276}JIRA}}
+| {{{/shared/maven-runtime/} <<<maven-runtime>>>}}                           | 
1.0-alpha-3  | 2012-05-22        | Maven Runtime allows introspection of Maven 
project metadata at runtime. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-runtime/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13276}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-script-interpreter/} <<<maven-script-interpreter>>>}}     | 
1.1          | 2012-08-13        | Utilities to interpret/execute some scripts 
for various implementations: groovy or beanshell. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-script-interpreter/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/15256}JIRA}}
+| {{{/shared/maven-script-interpreter/} <<<maven-script-interpreter>>>}}     | 
1.1          | 2012-08-13        | Utilities to interpret/execute some scripts 
for various implementations: groovy or beanshell. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-script-interpreter/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/15256}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-shared-incremental/} <<<maven-shared-incremental>>>}}     | 
1.1          | 2013-04-08        | Various utility classes and plexus 
components for supporting incremental build functionality in maven plugins. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-incremental/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/15650}JIRA}}
+| {{{/shared/maven-shared-incremental/} <<<maven-shared-incremental>>>}}     | 
1.1          | 2013-04-08        | Various utility classes and plexus 
components for supporting incremental build functionality in maven plugins. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-incremental/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/15650}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-shared-jar/} <<<maven-shared-jar>>>}}                     | 
1.2          | 2015-12-31        | Utilities which help identify the contents 
of a JAR, including Java class analysis and Maven metadata analysis. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-jar/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13279}JIRA}}
+| {{{/shared/maven-shared-jar/} <<<maven-shared-jar>>>}}                     | 
1.2          | 2015-12-31        | Utilities which help identify the contents 
of a JAR, including Java class analysis and Maven metadata analysis. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-jar/}SVN}} 
| {{{https://issues.apache.org/jira/browse/MSHARED/component/13279}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-shared-resources/} <<<maven-shared-resources>>>}}         | 
2            | 2015-02-05        | This is a collection of templates that are 
specific to the Maven project. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-resources/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14715}JIRA}}
+| {{{/shared/maven-shared-resources/} <<<maven-shared-resources>>>}}         | 
2            | 2015-02-05        | This is a collection of templates that are 
specific to the Maven project. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-resources/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/14715}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-shared-utils/} <<<maven-shared-utils>>>}}                 | 
3.0.0        | 2015-10-14        | Utilities functions for use within maven. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-utils/}SVN}} 
| {{{https://issues.apache.org/jira/browse/MSHARED/component/15606}JIRA}}
+| {{{/shared/maven-shared-utils/} <<<maven-shared-utils>>>}}                 | 
3.0.0        | 2015-10-14        | Utilities functions for use within maven. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-utils/}SVN}}
 | {{{https://issues.apache.org/jira/browse/MSHARED/component/15606}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-shared-io/} <<<maven-shared-io>>>}}                       | 
3.0.0        | 2015-12-23        | API for I/O support like logging, download 
or file scanning. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-io/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/12326440/}JIRA}}
+| {{{/shared/maven-shared-io/} <<<maven-shared-io>>>}}                       | 
3.0.0        | 2015-12-23        | API for I/O support like logging, download 
or file scanning. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-io/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/12326440/}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
-| {{{/shared/maven-verifier/} <<<maven-verifier>>>}}                         | 
1.6          | 2015-06-24        | Used to run Maven builds as part of tests. | 
{{{http://svn.apache.org/repos/asf/maven/shared/trunk/maven-verifier/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13281}JIRA}}
+| {{{/shared/maven-verifier/} <<<maven-verifier>>>}}                         | 
1.6          | 2015-06-24        | Used to run Maven builds as part of tests. | 
{{{https://svn.apache.org/repos/asf/maven/shared/trunk/maven-verifier/}SVN}} | 
{{{https://issues.apache.org/jira/browse/MSHARED/component/13281}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+
 | {{{/scm/} <<<maven-scm>>>}}                                                | 
1.9.4        | 2015-04-01        | Generic API to SCM systems.               | 
{{{git://git.apache.org/maven-scm.git}GIT}} | 
{{{https://issues.apache.org/jira/browse/SCM}JIRA}}
 
*----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+

Modified: maven/site/trunk/content/apt/skins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/skins/index.apt?rev=1730193&r1=1730192&r2=1730193&view=diff
==============================================================================
--- maven/site/trunk/content/apt/skins/index.apt (original)
+++ maven/site/trunk/content/apt/skins/index.apt Sat Feb 13 12:09:26 2016
@@ -26,7 +26,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Available Skins
 
@@ -42,7 +42,7 @@ Available Skins
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+
 
   To use one of these skins in your project, you use the <<<skin>>> element of 
the
-  
{{{http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html}site
 descriptor}}.
+  
{{{https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html}site
 descriptor}}.
   This is a regular artifact or dependency-like element. For example, to use 
the
   Maven Fluido Skin, you would include the this in your <<<site.xml>>> file:
 

Modified: maven/site/trunk/content/apt/users/getting-help.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/users/getting-help.apt?rev=1730193&r1=1730192&r2=1730193&view=diff
==============================================================================
--- maven/site/trunk/content/apt/users/getting-help.apt (original)
+++ maven/site/trunk/content/apt/users/getting-help.apt Sat Feb 13 12:09:26 2016
@@ -26,7 +26,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Getting Help
 
@@ -52,14 +52,14 @@ Getting Help
 
   Someone else might have experienced the same problem as you before. A list
   of mail-archives can be found on
-  {{{http://maven.apache.org/mail-lists.html}mailing list index page}}. Please 
search one of
+  {{{https://maven.apache.org/mail-lists.html}mailing list index page}}. 
Please search one of
   them before going any further.
 
 *Ask on the user list
 
   Our community is very helpful, just ask it the right way. See the references
   section, at the end of this page, for info on how to do that. Subscribe to
-  the {{{http://maven.apache.org/mail-lists.html}users-list}} and describe your
+  the {{{https://maven.apache.org/mail-lists.html}users-list}} and describe 
your
   problem there. Don't expect to get an answer right away. Sometimes it takes a
   couple of days.
 
@@ -81,7 +81,7 @@ Getting Help
   <Issue Tracking>. On that page you will find the correct link.
 
   If the problem is in Maven itself you can find the appropriate link on the
-  {{{http://maven.apache.org/issue-tracking.html}issue tracking page}}.
+  {{{https://maven.apache.org/issue-tracking.html}issue tracking page}}.
 
 **How?
 

Modified: maven/site/trunk/content/apt/users/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/users/index.apt?rev=1730193&r1=1730192&r2=1730193&view=diff
==============================================================================
--- maven/site/trunk/content/apt/users/index.apt (original)
+++ maven/site/trunk/content/apt/users/index.apt Sat Feb 13 12:09:26 2016
@@ -24,7 +24,7 @@
 ~~ under the License.
 
 ~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
+~~ https://maven.apache.org/doxia/references/apt-format.html
 
 Maven Users Centre
 


Reply via email to