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

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

commit c91fdc743a0c3de1c891033089da6c3f7469023d
Author: Guy Brand <g...@gradle.com>
AuthorDate: Fri Aug 5 09:02:06 2022 +0200

    Format
---
 content/markdown/extensions/index.md | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/content/markdown/extensions/index.md 
b/content/markdown/extensions/index.md
index 65d6b951..9352e222 100644
--- a/content/markdown/extensions/index.md
+++ b/content/markdown/extensions/index.md
@@ -19,15 +19,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  Maven is - at its heart - a plugin execution framework; most work is done by 
plugins. However, with extensions
-  it is possible to hook into Maven, e.g. to manipulate the lifecycle.
-  
-  * [Configure Extensions](/guides/mini/guide-using-extensions.html)
-  * [Write Extensions](/examples/maven-3-lifecycle-extensions.html)
-  
+Maven is - at its heart - a plugin execution framework; most work is done by 
plugins. However, with extensions
+it is possible to hook into Maven, e.g. to manipulate the lifecycle.
+
+* [Configure Extensions](/guides/mini/guide-using-extensions.html)
+* [Write Extensions](/examples/maven-3-lifecycle-extensions.html)
 
 ### Maintained By The Maven Project
-  
+
 | Extension                                      | Version | Release Date | 
Description                                                                     
        | Source Repository                                                     
                                              | Issue Tracker
 
|------------------------------------------------|---------|--------------|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|-----------------|
 |[Build Cache](./maven-build-cache-extension/)   | WIP     | WIP          | 
Maven Incremental Build and Cache (local and remote). | 
[Git](https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git) / 
[GitHub](https://github.com/apache/maven-build-cache-extension/) | [Jira 
MBUILDCACHE](https://issues.apache.org/jira/browse/MBUILDCACHE)
@@ -39,16 +38,15 @@ A number of other projects provide their own Maven 
extensions. This includes:
 
 #### Open Source
 
-| Extension                                                 | Maintainer       
   | Description 
+| Extension                                                 | Maintainer       
   | Description
 
|-----------------------------------------------------------|---------------------|-----------
 | [notifier](https://github.com/jcgay/maven-notifier)       | Jean-Christophe 
Gay | A status notification will be send at the end of a Maven build.
-| [polyglot](https://github.com/takari/polyglot-maven)      | Takari           
   | Polyglot for Maven is a set of extensions that allows the POM model to be 
written in dialects other than XML. 
+| [polyglot](https://github.com/takari/polyglot-maven)      | Takari           
   | Polyglot for Maven is a set of extensions that allows the POM model to be 
written in dialects other than XML.
 | [profiler](https://github.com/jcgay/maven-profiler)       | Jean-Christophe 
Gay | A time execution recorder for Maven which log time taken by each mojo in 
your build lifecycle.
 | [profiler](https://github.com/takari/maven-profiler)      | Takari           
   | The Tesla profiler is a simple EventSpy implementation that gathers timing 
information.
 | [smart-builder](https://github.com/takari/takari-smart-builder) | Takari     
   | The Takari Smart Builder is a replacement scheduling projects builds in a 
Maven multi-module build.
 | 
[opentelemetry-maven-extension](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/maven-extension)
  | The OpenTelemetry project       | The OpenTelemetry Maven Extension 
instruments builds to gather execution details as traces for build performance 
optimization and for troubleshooting. <br/>OpenTelemetry traces can be 
visualized in open source observability solutions such as [Jaeger 
Tracing](https://www.jaegertracing.io) as well as in commercial solutions.
 
-
 #### Commercial
 
 | Extension                                                                | 
Maintainer  | Description

Reply via email to