Modified: maven/website/content/shared/index.html ============================================================================== --- maven/website/content/shared/index.html (original) +++ maven/website/content/shared/index.html Sat Feb 18 20:40:58 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/shared/index.md at 2023-02-18 + | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/shared/index.apt at 2023-02-18 | Rendered using Apache Maven Fluido Skin 1.11.1 --> <html xmlns="http://www.w3.org/1999/xhtml" lang=""> @@ -10,7 +10,9 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" /> - <meta name="author" content="Dennis Lundberg, John Casey, Karl Heinz Marbaise" /> + <meta name="author" content="Dennis Lundberg +John Casey +Karl Heinz Marbaise" /> <meta name="date" content="2017-05-03" /> <title>Maven – Shared Components</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" /> @@ -48,7 +50,7 @@ <ul class="breadcrumb"> <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li> - <li class="active ">Shared Components <a href="https://github.com/apache/maven-site/tree/master/content/markdown/shared/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li class="active ">Shared Components <a href="https://github.com/apache/maven-site/tree/master/content/apt/shared/index.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-02-18</li> <li class="pull-right"><span class="divider">|</span> <a href="../scm.html" title="Get Sources">Get Sources</a></li> @@ -123,193 +125,172 @@ </div> </header> <main id="bodyColumn" class="span10" > -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<section><section> -<h2>Shared Components</h2> +<section> +<h1>Shared Components</h1> <p>The shared components are currently under transition to Maven 3.x only components.</p> -<table class="table table-striped"> -<thead> +<table class="bodyTable bodyTableBorder"> <tr class="a"> -<th><strong>Shared Component</strong></th> -<th><strong>Version</strong></th> -<th><strong>Release Date</strong></th> -<th><strong>Description</strong></th> -<th><strong>Source Repository</strong></th> -<th><strong>Issue Tracking</strong></th></tr></thead><tbody> -<tr class="b"> -<td><a href="/shared/file-management/"><code>file-management</code></a></td> -<td>3.1.0</td> -<td>2022-06-29</td> -<td>API to collect files from a given directory using several include/exclude rules.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-file-management.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-file-management/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=file-management" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-archiver/"><code>maven-archiver</code></a></td> -<td>3.6.0</td> -<td>2022-06-23</td> -<td>Is mainly used by plugins to handle packaging.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-archiver.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-archiver/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-archiver" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-artifact-transfer/"><code>maven-artifact-transfer</code></a></td> -<td>0.13.1</td> -<td>2020-12-26</td> -<td>An API to install, deploy and resolve artifacts with Maven</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-artifact-transfer/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-artifact-transfer" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-common-artifact-filters/"><code>maven-common-artifact-filters</code></a></td> -<td>3.3.2</td> -<td>2022-09-12</td> -<td>Filters lists of Artifact instances.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-common-artifact-filters/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-common-artifact-filters" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-dependency-analyzer/"><code>maven-dependency-analyzer</code></a></td> -<td>1.13.0</td> -<td>2022-08-20</td> -<td>Maven Dependency Analyzer component.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-dependency-analyzer/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-dependency-analyzer" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-dependency-tree/"><code>maven-dependency-tree</code></a></td> -<td>3.2.1</td> -<td>2022-11-16</td> -<td>Maven Dependency Tree constructs a tree model of a Maven project's dependencies.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-dependency-tree/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-dependency-tree" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/doxia/doxia-sitetools/doxia-integration-tools/"><code>maven-doxia-tools</code></a></td> -<td> </td> -<td> </td> -<td>moved to <a href="/doxia/doxia-sitetools/doxia-integration-tools/"><code>doxia-integration-tools</code></a></td> -<td> </td> -<td> </td></tr> -<tr class="a"> -<td><a href="/shared/maven-filtering/"><code>maven-filtering</code></a></td> -<td>3.3.0</td> -<td>2022-06-14</td> -<td>Components for filtering resources.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-filtering.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-filtering/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-filtering" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-invoker/"><code>maven-invoker</code></a></td> -<td>3.2.0</td> -<td>2022-04-05</td> -<td>Fires up a Maven build in a new JVM.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-invoker.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-invoker/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-invoker" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-jarsigner/"><code>maven-jarsigner</code></a></td> -<td>3.0.0</td> -<td>2018-10-31</td> -<td>This component provides some utilities to sign/verify jars/files in your Mojos.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-jarsigner/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-jarsigner" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-mapping/"><code>maven-mapping</code></a></td> -<td>3.0.0</td> -<td>2015-11-19</td> -<td>A shared component for all plugins that need to do mapping.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-mapping.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-mapping/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-mapping" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-reporting-api/"><code>maven-reporting-api</code></a></td> -<td>4.0.0-M4</td> -<td>2023-01-21</td> -<td>API to manage report generation.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-reporting-api/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-reporting-api" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-reporting-exec/"><code>maven-reporting-exec</code></a></td> -<td>2.0.0-M4</td> -<td>2023-01-31</td> -<td>API to manage report plugins preparation with Maven 3.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-reporting-exec/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-reporting-exec" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-reporting-impl/"><code>maven-reporting-impl</code></a></td> -<td>4.0.0-M4</td> -<td>2023-02-11</td> -<td>Abstract classes to manage report generation.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-reporting-impl/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-reporting-impl" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-script-interpreter/"><code>maven-script-interpreter</code></a></td> -<td>1.4</td> -<td>2022-12-20</td> -<td>Utilities to interpret/execute some scripts for various implementations: groovy or beanshell.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-script-interpreter/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-script-interpreter" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-shared-incremental/"><code>maven-shared-incremental</code></a></td> -<td>1.1</td> -<td>2013-04-08</td> -<td>Various utility classes and plexus components for supporting incremental build functionality in Maven plugins.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-shared-incremental/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-shared-incremental" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-shared-jar/"><code>maven-shared-jar</code></a></td> -<td>1.2</td> -<td>2015-12-31</td> -<td>Utilities which help identify the contents of a JAR, including Java class analysis and Maven metadata analysis.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-shared-jar/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-shared-jar" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-shared-resources/"><code>maven-shared-resources</code></a></td> -<td>5</td> -<td>2022-11-21</td> -<td>This is a collection of templates that are specific to the Maven project.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-shared-resources/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-shared-resources" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-shared-utils/"><code>maven-shared-utils</code></a></td> -<td>3.3.4</td> -<td>2021-04-30</td> -<td>Utilities functions for use within Maven.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-shared-utils/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-shared-utils" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/shared/maven-shared-io/"><code>maven-shared-io</code></a></td> -<td>3.0.0</td> -<td>2015-12-23</td> -<td>API for I/O support like logging, download or file scanning.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-io.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-shared-io/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-shared-io" class="externalLink">JIRA</a></td></tr> -<tr class="b"> -<td><a href="/shared/maven-verifier/"><code>maven-verifier</code></a></td> -<td>2.0.0-M1</td> -<td>2022-09-22</td> -<td>Used to run Maven builds as part of tests.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-verifier.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-verifier/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/issues/?jql=project=MSHARED%20AND%20status!=Closed%20AND%20component=maven-verifier" class="externalLink">JIRA</a></td></tr> -<tr class="a"> -<td><a href="/scm/"><code>maven-scm</code></a></td> -<td>2.0.0-M1</td> -<td>2022-01-08</td> -<td>Generic API to SCM systems.</td> -<td><a href="https://gitbox.apache.org/repos/asf/maven-scm.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-scm/" class="externalLink">GitHub</a></td> -<td><a href="https://issues.apache.org/jira/browse/SCM" class="externalLink">JIRA</a></td></tr></tbody> -</table> - -<p>Archived version of shared libraries reference documentations are <a href="../shared-archives/">located here</a>.</p></section></section> +<th><b>Shared Component</b></th> +<th><b>Version</b></th> +<th><b>Release Date</b></th> +<th><b>Description</b></th> +<th><b>Source Repository</b></th> +<th><b>Issue Tracking</b></th></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/file-management/"> <code>file-management</code></a></td> +<td style="text-align: left;">3.1.0</td> +<td style="text-align: left;">2022-06-29</td> +<td style="text-align: left;">API to collect files from a given directory using several include/exclude rules.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-file-management.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-file-management/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = file-management">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-archiver/"> <code>maven-archiver</code></a></td> +<td style="text-align: left;">3.6.0</td> +<td style="text-align: left;">2022-06-23</td> +<td style="text-align: left;">Is mainly used by plugins to handle packaging.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-archiver.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-archiver/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-archiver">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-artifact-transfer/"> <code>maven-artifact-transfer</code></a></td> +<td style="text-align: left;">0.13.1</td> +<td style="text-align: left;">2020-12-26</td> +<td style="text-align: left;">An API to install, deploy and resolve artifacts with Maven</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-artifact-transfer/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-artifact-transfer">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-common-artifact-filters/"> <code>maven-common-artifact-filters</code></a></td> +<td style="text-align: left;">3.3.2</td> +<td style="text-align: left;">2022-09-12</td> +<td style="text-align: left;">Filters lists of Artifact instances.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-common-artifact-filters/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-common-artifact-filters">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-dependency-analyzer/"> <code>maven-dependency-analyzer</code></a></td> +<td style="text-align: left;">1.13.0</td> +<td style="text-align: left;">2022-08-20</td> +<td style="text-align: left;">Maven Dependency Analyzer component.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-dependency-analyzer/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-dependency-analyzer">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-dependency-tree/"> <code>maven-dependency-tree</code></a></td> +<td style="text-align: left;">3.2.1</td> +<td style="text-align: left;">2022-11-16</td> +<td style="text-align: left;">Maven Dependency Tree constructs a tree model of a Maven project's dependencies.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-dependency-tree/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-dependency-tree">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/doxia/doxia-sitetools/doxia-integration-tools/"> <code>maven-doxia-tools</code></a></td> +<td style="text-align: left;"></td> +<td style="text-align: left;"></td> +<td style="text-align: left;">moved to <a href="/doxia/doxia-sitetools/doxia-integration-tools/"> <code>doxia-integration-tools</code></a></td> +<td style="text-align: left;"></td> +<td style="text-align: left;"></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-filtering/"> <code>maven-filtering</code></a></td> +<td style="text-align: left;">3.3.0</td> +<td style="text-align: left;">2022-06-14</td> +<td style="text-align: left;">Components for filtering resources.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-filtering.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-filtering/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-filtering">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-invoker/"> <code>maven-invoker</code></a></td> +<td style="text-align: left;">3.2.0</td> +<td style="text-align: left;">2022-04-05</td> +<td style="text-align: left;">Fires up a Maven build in a new JVM.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-invoker.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-invoker/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-invoker">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-jarsigner/"> <code>maven-jarsigner</code></a></td> +<td style="text-align: left;">3.0.0</td> +<td style="text-align: left;">2018-10-31</td> +<td style="text-align: left;">This component provides some utilities to sign/verify jars/files in your Mojos.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-jarsigner/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-jarsigner">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-mapping/"> <code>maven-mapping</code></a></td> +<td style="text-align: left;">3.0.0</td> +<td style="text-align: left;">2015-11-19</td> +<td style="text-align: left;">A shared component for all plugins that need to do mapping.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-mapping.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-mapping/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-mapping">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-reporting-api/"> <code>maven-reporting-api</code></a></td> +<td style="text-align: left;">4.0.0-M4</td> +<td style="text-align: left;">2023-01-21</td> +<td style="text-align: left;">API to manage report generation.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-reporting-api/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-reporting-api">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-reporting-exec/"> <code>maven-reporting-exec</code></a></td> +<td style="text-align: left;">2.0.0-M4</td> +<td style="text-align: left;">2023-01-31</td> +<td style="text-align: left;">API to manage report plugins preparation with Maven 3.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-reporting-exec/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-reporting-exec">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-reporting-impl/"> <code>maven-reporting-impl</code></a></td> +<td style="text-align: left;">4.0.0-M3</td> +<td style="text-align: left;">2022-11-29</td> +<td style="text-align: left;">Abstract classes to manage report generation.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-reporting-impl/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-reporting-impl">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-script-interpreter/"> <code>maven-script-interpreter</code></a></td> +<td style="text-align: left;">1.4</td> +<td style="text-align: left;">2022-12-20</td> +<td style="text-align: left;">Utilities to interpret/execute some scripts for various implementations: groovy or beanshell.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-script-interpreter/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-script-interpreter">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-shared-incremental/"> <code>maven-shared-incremental</code></a></td> +<td style="text-align: left;">1.1</td> +<td style="text-align: left;">2013-04-08</td> +<td style="text-align: left;">Various utility classes and plexus components for supporting incremental build functionality in Maven plugins.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-shared-incremental/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-incremental">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-shared-jar/"> <code>maven-shared-jar</code></a></td> +<td style="text-align: left;">1.2</td> +<td style="text-align: left;">2015-12-31</td> +<td style="text-align: left;">Utilities which help identify the contents of a JAR, including Java class analysis and Maven metadata analysis.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-shared-jar/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-jar">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-shared-resources/"> <code>maven-shared-resources</code></a></td> +<td style="text-align: left;">5</td> +<td style="text-align: left;">2022-11-21</td> +<td style="text-align: left;">This is a collection of templates that are specific to the Maven project.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-shared-resources/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-resources">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-shared-utils/"> <code>maven-shared-utils</code></a></td> +<td style="text-align: left;">3.3.4</td> +<td style="text-align: left;">2021-04-30</td> +<td style="text-align: left;">Utilities functions for use within Maven.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-shared-utils/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-utils">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/shared/maven-shared-io/"> <code>maven-shared-io</code></a></td> +<td style="text-align: left;">3.0.0</td> +<td style="text-align: left;">2015-12-23</td> +<td style="text-align: left;">API for I/O support like logging, download or file scanning.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-shared-io.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-shared-io/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-io">JIRA</a></td></tr> +<tr class="b"> +<td style="text-align: left;"><a href="/shared/maven-verifier/"> <code>maven-verifier</code></a></td> +<td style="text-align: left;">2.0.0-M1</td> +<td style="text-align: left;">2022-09-22</td> +<td style="text-align: left;">Used to run Maven builds as part of tests.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-verifier.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-verifier/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-verifier">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/scm/"> <code>maven-scm</code></a></td> +<td style="text-align: left;">2.0.0-M1</td> +<td style="text-align: left;">2022-01-08</td> +<td style="text-align: left;">Generic API to SCM systems.</td> +<td style="text-align: left;"><a class="externalLink" href="https://gitbox.apache.org/repos/asf/maven-scm.git">Git</a> / <a class="externalLink" href="https://github.com/apache/maven-scm/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/browse/SCM">JIRA</a></td></tr></table> +<p>Archived version of shared libraries reference documentations are <a href="../shared-archives/">located here</a>.</p></section> </main> </div> </div>
Modified: maven/website/content/skins/index.html ============================================================================== --- maven/website/content/skins/index.html (original) +++ maven/website/content/skins/index.html Sat Feb 18 20:40:58 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/skins/index.md at 2023-02-18 + | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/skins/index.apt at 2023-02-18 | Rendered using Apache Maven Fluido Skin 1.11.1 --> <html xmlns="http://www.w3.org/1999/xhtml" lang=""> @@ -10,7 +10,9 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" /> - <meta name="author" content="Dennis Lundberg, Karl Heinz Marbaise, Michael Osipov" /> + <meta name="author" content="Dennis Lundberg +Karl Heinz Marbaise +Michael Osipov" /> <meta name="date" content="2012-04-05" /> <title>Maven – Available Skins</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" /> @@ -48,7 +50,7 @@ <ul class="breadcrumb"> <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li> - <li class="active ">Available Skins <a href="https://github.com/apache/maven-site/tree/master/content/markdown/skins/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li class="active ">Available Skins <a href="https://github.com/apache/maven-site/tree/master/content/apt/skins/index.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-02-18</li> <li class="pull-right"><span class="divider">|</span> <a href="../scm.html" title="Get Sources">Get Sources</a></li> @@ -123,111 +125,83 @@ </div> </header> <main id="bodyColumn" class="span10" > -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<section><section> -<h2>Available Skins</h2> +<section> +<h1>Available Skins</h1> <p>The following table lists skins that are available for you to use in your Maven generated site.</p><section> -<h3>Maintained By The Maven Project</h3> -<table class="table table-striped"> -<thead> +<h2>Maintained By The Maven Project</h2> +<table class="bodyTable bodyTableBorder"> <tr class="a"> -<th><strong>Skin</strong></th> -<th><strong>Version</strong></th> +<th><b>Skin</b></th> +<th><b>Version</b></th> <th>Site Plugin Version</th> -<th><strong>Description</strong></th> -<th><strong>Source Repository</strong></th> -<th><strong>Issue Tracking</strong></th></tr></thead><tbody> +<th><b>Description</b></th> +<th><b>Source Repository</b></th> +<th><b>Issue Tracking</b></th></tr> <tr class="b"> -<td><a href="/skins/maven-default-skin/"><code>Maven Default Skin</code></a></td> -<td>1.3</td> -<td>[3.5,)</td> -<td>You get this skin if you don't specify any skin or template.</td> -<td><a href="http://gitbox.apache.org/repos/asf/maven-default-skin/" class="externalLink">GitBox</a>/<a href="https://github.com/apache/maven-default-skin/" class="externalLink">GitHub</a></td> -<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project" class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = MSKINS AND status != Closed AND component = “Default Skin”)</td></tr> -<tr class="a"> -<td><a href="/skins/maven-fluido-skin/"><code>Maven Fluido Skin</code></a></td> -<td>1.11.2</td> -<td>[3.7,)</td> -<td>Skin based on Bootstrap CSS.</td> -<td><a href="http://gitbox.apache.org/repos/asf/maven-fluido-skin/" class="externalLink">GitBox</a> / <a href="https://github.com/apache/maven-fluido-skin/" class="externalLink">GitHub</a></td> -<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project" class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = MSKINS AND status != Closed AND component = “Fluido+Skin”)</td></tr></tbody> -</table> -<section> -<h4>Retired</h4> -<table class="table table-striped"> -<thead> +<td style="text-align: left;"><a href="/skins/maven-default-skin/"> <code>Maven Default Skin</code></a></td> +<td style="text-align: left;">1.3</td> +<td style="text-align: left;">[3.5,)</td> +<td style="text-align: left;">You get this skin if you don't specify any skin or template.</td> +<td style="text-align: left;"><a class="externalLink" href="http://gitbox.apache.org/repos/asf/maven-default-skin/">GitBox</a>/<a class="externalLink" href="https://github.com/apache/maven-default-skin/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != Closed AND component = "Default Skin"">JIRA</a></td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/skins/maven-fluido-skin/"> <code>Maven Fluido Skin</code></a></td> +<td style="text-align: left;">1.11.2</td> +<td style="text-align: left;">[3.7,)</td> +<td style="text-align: left;">Skin based on Bootstrap CSS.</td> +<td style="text-align: left;"><a class="externalLink" href="http://gitbox.apache.org/repos/asf/maven-fluido-skin/">GitBox</a> / <a class="externalLink" href="https://github.com/apache/maven-fluido-skin/">GitHub</a></td> +<td style="text-align: left;"><a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != Closed AND component = "Fluido+Skin"">JIRA</a></td></tr></table><section> +<h3>Retired</h3> +<table class="bodyTable bodyTableBorder"> <tr class="a"> -<th><strong>Skin</strong></th> -<th><strong>Version</strong></th> +<th><b>Skin</b></th> +<th><b>Version</b></th> <th>Site Plugin Version</th> -<th><strong>Retired Date</strong></th> -<th><strong>Description</strong></th></tr></thead><tbody> +<th><b>Retired Date</b></th> +<th><b>Description</b></th></tr> <tr class="b"> -<td><a href="/skins/maven-application-skin/"><code>Maven Application Skin</code></a></td> -<td>1.0</td> -<td>(,3.4]</td> -<td>2015-12-28</td> -<td>A skin used by applications like Continuum.</td></tr> -<tr class="a"> -<td><a href="/skins/maven-classic-skin/"><code>Maven Classic Skin</code></a></td> -<td>1.1</td> -<td>(,3.4]</td> -<td>2015-12-28</td> -<td>This skin resembles the look of a site generated by Maven 1.</td></tr> +<td style="text-align: left;"><a href="/skins/maven-application-skin/"> <code>Maven Application Skin</code></a></td> +<td style="text-align: left;">1.0</td> +<td style="text-align: left;">(,3.4]</td> +<td style="text-align: left;">2015-12-28</td> +<td style="text-align: left;">A skin used by applications like Continuum.</td></tr> +<tr class="a"> +<td style="text-align: left;"><a href="/skins/maven-classic-skin/"> <code>Maven Classic Skin</code></a></td> +<td style="text-align: left;">1.1</td> +<td style="text-align: left;">(,3.4]</td> +<td style="text-align: left;">2015-12-28</td> +<td style="text-align: left;">This skin resembles the look of a site generated by Maven 1.</td></tr> <tr class="b"> -<td><a href="/skins/maven-stylus-skin/"><code>Maven Stylus Skin</code></a></td> -<td>1.5</td> -<td>(,3.4]</td> -<td>2015-12-28</td> -<td>The skin used for the website of Maven itself.</td></tr></tbody> -</table> -</section></section><section> -<h3>Outside The Maven Land</h3> -<table class="table table-striped"> -<thead> -<tr class="a"> -<th><strong>Skin</strong></th> -<th><strong>Maintainer</strong></th> -<th><strong>Description</strong></th></tr></thead><tbody> +<td style="text-align: left;"><a href="/skins/maven-stylus-skin/"> <code>Maven Stylus Skin</code></a></td> +<td style="text-align: left;">1.5</td> +<td style="text-align: left;">(,3.4]</td> +<td style="text-align: left;">2015-12-28</td> +<td style="text-align: left;">The skin used for the website of Maven itself.</td></tr></table></section></section><section> +<h2>Outside The Maven Land</h2> +<table class="bodyTable bodyTableBorder"> +<tr class="a"> +<th><b>Skin</b></th> +<th><b>Maintainer</b></th> +<th><b>Description</b></th></tr> <tr class="b"> -<td><a href="https://olamy.github.io/reflow-maven-skin/" class="externalLink"><code>Reflow Maven Skin</code></a></td> -<td><a href="https://github.com/olamy" class="externalLink">Olivier Lamy</a></td> -<td>Responsive Apache Maven skin to reflow the standard Maven site with a modern feel.</td></tr> -<tr class="a"> -<td><a href="https://devacfr.github.io/reflow-maven-skin/" class="externalLink"><code>Reflow 2 Maven Skin</code></a></td> -<td><a href="https://github.com/devacfr" class="externalLink">Friederich Christophe</a></td> -<td>Responsive 2 Apache Maven skin to reflow the standard Maven site with a modern feel.</td></tr> +<td style="text-align: left;"><a class="externalLink" href="https://olamy.github.io/reflow-maven-skin/"> <code>Reflow Maven Skin</code></a></td> +<td style="text-align: left;"><a class="externalLink" href="https://github.com/olamy"> Olivier Lamy</a></td> +<td style="text-align: left;">Responsive Apache Maven skin to reflow the standard Maven site with a modern feel.</td></tr> +<tr class="a"> +<td style="text-align: left;"><a class="externalLink" href="https://devacfr.github.io/reflow-maven-skin/"> <code>Reflow 2 Maven Skin</code></a></td> +<td style="text-align: left;"><a class="externalLink" href="https://github.com/devacfr"> Friederich Christophe</a></td> +<td style="text-align: left;">Responsive 2 Apache Maven skin to reflow the standard Maven site with a modern feel.</td></tr> <tr class="b"> -<td><a href="http://docs.bernardomg.com/maven/docs-maven-skin/" class="externalLink">Bernardo Martínez Garrido</a></td> -<td><a href="https://github.com/Bernardo-MG" class="externalLink">Bernardo Martínez Garrido</a></td> -<td>A minimalist and responsive Bootstrap-based HTML5 skin for Maven Site, which will help to use it as a documentation site.</td></tr> -<tr class="a"> -<td><a href="https://stevecrox.github.io/maven-site-bootstrap-skin//" class="externalLink"><code>Bootstrap Site Skin</code></a></td> -<td><a href="https://github.com/stevecrox/maven-site-bootstrap-skin" class="externalLink">Stephen Crocker</a></td> -<td>Responsive Maven Bootstrap Skin which has toggleable elements implemented based on the boostrap reference layouts.</td></tr></tbody> -</table> -</section><section> -<h3>Instructions</h3> +<td style="text-align: left;"><a class="externalLink" href="http://docs.bernardomg.com/maven/docs-maven-skin/"> <code>Docs Maven Skin</code></a></td> +<td style="text-align: left;"><a class="externalLink" href="https://github.com/Bernardo-MG"> Bernardo Martínez Garrido</a></td> +<td style="text-align: left;">A minimalist and responsive Bootstrap-based HTML5 skin for Maven Site, which will help to use it as a documentation site.</td></tr> +<tr class="a"> +<td style="text-align: left;"><a class="externalLink" href="https://stevecrox.github.io/maven-site-bootstrap-skin//"> <code>Bootstrap Site Skin</code></a></td> +<td style="text-align: left;"><a class="externalLink" href="https://github.com/stevecrox/maven-site-bootstrap-skin"> Stephen Crocker</a></td> +<td style="text-align: left;">Responsive Maven Bootstrap Skin which has toggleable elements implemented based on the boostrap reference layouts.</td></tr></table></section><section> +<h2>Instructions</h2> <p>To use one of these skins in your project, you use the <code>skin</code> element of the <a href="/plugins/maven-site-plugin/examples/sitedescriptor.html">site descriptor</a>. This is a regular artifact or dependency-like element. For example, to use the Maven Fluido Skin, you would include the this in your <code>site.xml</code> file:</p> - -<div class="source"><pre class="prettyprint linenums"><code class="language-xml"><project> +<div class="source"><pre class="prettyprint linenums"><project> ... <skin> <groupId>org.apache.maven.skins</groupId> @@ -235,8 +209,7 @@ under the License. <version>1.11.1</version> </skin> ... -</project> -</code></pre></div></section></section></section> +</project></pre></div></section></section> </main> </div> </div> Modified: maven/website/content/users/getting-help.html ============================================================================== --- maven/website/content/users/getting-help.html (original) +++ maven/website/content/users/getting-help.html Sat Feb 18 20:40:58 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/users/getting-help.md at 2023-02-18 + | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/users/getting-help.apt at 2023-02-18 | Rendered using Apache Maven Fluido Skin 1.11.1 --> <html xmlns="http://www.w3.org/1999/xhtml" lang=""> @@ -10,8 +10,10 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" /> - <meta name="author" content="Dennis Lundberg, Karl Heinz Marbaise" /> - <meta name="date" content="2007-07-24, 2015-06-17" /> + <meta name="author" content="Dennis Lundberg +Karl Heinz Marbaise" /> + <meta name="date" content="2007-07-24 +2015-06-17" /> <title>Maven – Getting Help</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" /> <link rel="stylesheet" href="../css/site.css" /> @@ -48,7 +50,7 @@ <ul class="breadcrumb"> <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li> - <li class="active ">Getting Help <a href="https://github.com/apache/maven-site/tree/master/content/markdown/users/getting-help.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li class="active ">Getting Help <a href="https://github.com/apache/maven-site/tree/master/content/apt/users/getting-help.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-02-18</li> <li class="pull-right"><span class="divider">|</span> <a href="../scm.html" title="Get Sources">Get Sources</a></li> @@ -137,55 +139,33 @@ </div> </header> <main id="bodyColumn" class="span10" > -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<section><section> -<h2>Getting Help</h2> -<p>So something didn't work as you expected it to? You think that <em>Maven is broken</em>. What should you do?</p> +<section> +<h1>Getting Help</h1> +<p>So something didn't work as you expected it to? You think that <i>Maven is broken</i>. What should you do?</p> <p>Here's a list of actions that you can take:</p><section> -<h3>You did check the documentation, didn't you?</h3> +<h2>You did check the documentation, didn't you?</h2> <p>Apart from the central Maven site, each of our plugins has a website. Go to the <a href="../plugins/index.html">plugins page</a> and follow the link to the plugin you are having problems with.</p></section><section> -<h3>Try the latest version of Maven or the plugin in question</h3> +<h2>Try the latest version of Maven or the plugin in question</h2> <p>Before you start intensive investigations on your problem, you should try to update Maven and/or the plugins in question to the latest stable release. After all, the issue you encounter might have been fixed already. To find out what is the latest stable release version, consult <a href="../download.html">Maven's download section</a> and the <a href="../plugins/index.html">plugin index</a>.</p></section><section> -<h3>Search the user-list archives</h3> -<p>Someone else might have experienced the same problem as you before. A list of mail-archives can be found on <a href="https://maven.apache.org/mailing-lists.html" class="externalLink">mailing list index page</a>. Please search one of them before going any further.</p></section><section> -<h3>Ask on the user list</h3> -<p>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 <a href="https://maven.apache.org/mailing-lists.html" class="externalLink">users-list</a> and describe your problem there. Don't expect to get an answer right away. Sometimes it takes a couple of days.</p></section><section> -<h3>Submit an issue</h3> +<h2>Search the user-list archives</h2> +<p>Someone else might have experienced the same problem as you before. A list of mail-archives can be found on <a class="externalLink" href="https://maven.apache.org/mailing-lists.html">mailing list index page</a>. Please search one of them before going any further.</p></section><section> +<h2>Ask on the user list</h2> +<p>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 <a class="externalLink" href="https://maven.apache.org/mailing-lists.html">users-list</a> and describe your problem there. Don't expect to get an answer right away. Sometimes it takes a couple of days.</p></section><section> +<h2>Submit an issue</h2> <p>If it turns out that there is indeed something wrong with Maven or one of the plugins, you should report it to our issue management system JIRA.</p> -<p>First of all you need to create an account in JIRA. This is so that we can communicate with you while we work together on the issue. Go to the <a href="https://issues.apache.org/jira/secure/Dashboard.jspa" class="externalLink">sign up link</a> to create an account if you don't already have one.</p><section> -<h4>Where?</h4> -<p>If the problem is in one of the plugins, check the site of that plugin to get the correct link. Each plugin has its own section in JIRA, so using the correct link is important. Click on <em>Project Information</em> and then <em>Issue Management</em>. On that page you will find the correct link.</p> -<p>If the problem is in Maven itself you can find the appropriate link on the <a href="https://maven.apache.org/issue-management.html" class="externalLink">issue management</a> page.</p></section><section> -<h4>How?</h4> +<p>First of all you need to create an account in JIRA. This is so that we can communicate with you while we work together on the issue. Go to the <a class="externalLink" href="https://issues.apache.org/jira/secure/Dashboard.jspa">sign up link</a> to create an account if you don't already have one.</p><section> +<h3>Where?</h3> +<p>If the problem is in one of the plugins, check the site of that plugin to get the correct link. Each plugin has its own section in JIRA, so using the correct link is important. Click on <i>Project Information</i> and then <i>Issue Management</i>. On that page you will find the correct link.</p> +<p>If the problem is in Maven itself you can find the appropriate link on the <a class="externalLink" href="https://maven.apache.org/issue-management.html">issue management</a> page.</p></section><section> +<h3>How?</h3> <p>Just describing the problem is not enough. It takes a developer a lot of time to make a usable POM to even attempt to assess the problem. Issues that states problems without something usable to try out will be closed as incomplete.</p> -<p>Please attach a working POM, or a set of POMs, that we can download and run. We appreciate reports, but if you don't have something usable for us it's incredibly hard for us to manage the issues. A POM goes a long way to helping us resolve problems.</p> +<p>Please attach a working POM, or a set of POMs, that we can download and run. We appreciate reports, but if you don't have something usable for us it's incredibly hard for us to manage the issues. A POM goes a long way to helping us resolve problems. </p> <p>Create a POM that can be used to verify that it is a bug. If your pom uses plugins, make sure that you have specified the version for each and every plugin. If you don't, then we might not be using the same version as you are when we test it.</p> <p>What we like best are patches that fixes the problem. If you want to create a patch for an issue please read the <a href="../guides/development/guide-maven-development.html">Maven Developer Guide</a> first.</p></section></section><section> -<h3>References</h3> +<h2>References</h2> <ul> - -<li> -<p><a href="http://www.catb.org/~esr/faqs/smart-questions.html" class="externalLink">How To Ask Questions The Smart Way</a></p></li> -<li> -<p><a href="http://opensourcestrategies.blogspot.com/2005/09/how-to-get-support-from-open-source.html" class="externalLink">How to Get Support from Open Source Mailing Lists</a></p></li> -</ul></section></section></section> +<li><a class="externalLink" href="http://www.catb.org/~esr/faqs/smart-questions.html">How To Ask Questions The Smart Way</a></li> +<li><a class="externalLink" href="http://opensourcestrategies.blogspot.com/2005/09/how-to-get-support-from-open-source.html">How to Get Support from Open Source Mailing Lists</a></li></ul></section></section> </main> </div> </div> Modified: maven/website/content/users/index.html ============================================================================== --- maven/website/content/users/index.html (original) +++ maven/website/content/users/index.html Sat Feb 18 20:40:58 2023 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/users/index.md at 2023-02-18 + | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/users/index.apt at 2023-02-18 | Rendered using Apache Maven Fluido Skin 1.11.1 --> <html xmlns="http://www.w3.org/1999/xhtml" lang=""> @@ -48,7 +48,7 @@ <ul class="breadcrumb"> <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> <li class=""><a href="../index.html" title="Maven">Maven</a><span class="divider">/</span></li> - <li class="active ">Users Centre <a href="https://github.com/apache/maven-site/tree/master/content/markdown/users/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> + <li class="active ">Users Centre <a href="https://github.com/apache/maven-site/tree/master/content/apt/users/index.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li> <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-02-18</li> <li class="pull-right"><span class="divider">|</span> <a href="../scm.html" title="Get Sources">Get Sources</a></li> @@ -144,49 +144,18 @@ </div> </header> <main id="bodyColumn" class="span10" > -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<section><section> -<h2>Maven Users Centre</h2> -<p>This documentation centre is for those that have decided to use Maven to build their project, and would like to get started quickly, or are already using Maven and would like to add new functionality or fix a problem in their build.</p><!-- TODO: tasks as buttons? --> - -<ul> - -<li> -<p><a href="../download.html">Download Maven</a> - Download the latest version of Maven</p></li> -<li> -<p><a href="../guides/getting-started/maven-in-five-minutes.html">The 5 minute test</a> - Learn how to use Maven in 5 minutes</p></li> -<li> -<p><a href="../guides/getting-started/index.html">Getting Started Tutorial</a> - An in depth tutorial once you've learned the basics</p></li> -<li> -<p><a href="./getting-help.html">Getting Help</a> - How to get help with Maven</p></li> -</ul><!-- TODO: old getting started guide should become a beginners trail, and remove content covered in the 5 minute tutorial --> -<!-- TODO: link to repository centre and plugin developers centre, and the reasons why they would progress there --> <section> -<h3>Reference</h3> +<h1>Maven Users Centre</h1> +<p>This documentation centre is for those that have decided to use Maven to build their project, and would like to get started quickly, or are already using Maven and would like to add new functionality or fix a problem in their build.</p> <ul> - -<li> -<p><a href="../pom.html">POM Reference</a></p></li> -<li> -<p><a href="../settings.html">Settings Reference</a></p></li> -</ul></section></section></section> +<li><a href="../download.html"> Download Maven</a> - Download the latest version of Maven</li> +<li><a href="../guides/getting-started/maven-in-five-minutes.html"> The 5 minute test</a> - Learn how to use Maven in 5 minutes</li> +<li><a href="../guides/getting-started/index.html"> Getting Started Tutorial</a> - An in depth tutorial once you've learned the basics</li> +<li><a href="./getting-help.html"> Getting Help</a> - How to get help with Maven</li></ul><section> +<h2>Reference</h2> +<ul> +<li><a href="../pom.html"> POM Reference</a></li> +<li><a href="../settings.html"> Settings Reference</a></li></ul></section></section> </main> </div> </div>
