You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/09/10 15:46:09 UTC

[maven-site] 02/02: Split "outside Maven land" into subsections

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 49e0e5d4760baef9ed80399235b68d7496ad4106
Author: Marc Philipp <ma...@gradle.com>
AuthorDate: Fri Sep 10 15:39:38 2021 +0200

    Split "outside Maven land" into subsections
---
 content/markdown/extensions/index.md | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/content/markdown/extensions/index.md b/content/markdown/extensions/index.md
index a4e1aa2..636adf3 100644
--- a/content/markdown/extensions/index.md
+++ b/content/markdown/extensions/index.md
@@ -36,11 +36,18 @@ under the License.
 
 A number of other projects provide their own Maven extensions. This includes:
 
-| Extension         | Maintainer                                                         | Description 
+### Open Source
+
+| Extension      | Maintainer                                                     | Description 
+|----------------|----------------------------------------------------------------|-----------
+| notifier       | [Jean-Christophe Gay](https://github.com/jcgay/maven-notifier) | A status notification will be send at the end of a Maven build.
+| polyglot       | [Takari](https://github.com/takari/polyglot-maven)             | Polyglot for Maven is a set of extensions that allows the POM model to be written in dialects other than XML. 
+| profiler       | [Jean-Christophe Gay](https://github.com/jcgay/maven-profiler) | A time execution recorder for Maven which log time taken by each mojo in your build lifecycle.
+|                | [Takari](https://github.com/takari/maven-profiler)             | The Tesla profiler is a simple EventSpy implementation that gathers timing information.
+| smart-builder  | [Takari](https://github.com/takari/takari-smart-builder)       | The Takari Smart Builder is a replacement scheduling projects builds in a Maven multi-module build.
+
+### Commercial
+
+| Extension         | Maintainer                                                         | Description
 |-------------------|--------------------------------------------------------------------|-----------
 | Gradle Enterprise | [Gradle Inc.](https://docs.gradle.com/enterprise/maven-extension/) | Captures Maven build insights that can be viewed for free on [scans.gradle.com](https://scans.gradle.com/). Provides local and remote build caching and distributed test execution for Maven builds connected to a Gradle Enterprise installation.
-| notifier          | [Jean-Christophe Gay](https://github.com/jcgay/maven-notifier)     | A status notification will be send at the end of a Maven build.
-| polyglot          | [Takari](https://github.com/takari/polyglot-maven)                 | Polyglot for Maven is a set of extensions that allows the POM model to be written in dialects other than XML. 
-| profiler          | [Jean-Christophe Gay](https://github.com/jcgay/maven-profiler)     | A time execution recorder for Maven which log time taken by each mojo in your build lifecycle.
-|                   | [Takari](https://github.com/takari/maven-profiler)                 | The Tesla profiler is a simple EventSpy implementation that gathers timing information.
-| smart-builder     | [Takari](https://github.com/takari/takari-smart-builder)           | The Takari Smart Builder is a replacement scheduling projects builds in a Maven multi-module build.