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:08 UTC

[maven-site] 01/02: Add Gradle Enterprise extension

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 8f1f363305de8a4cbe23f414bbdb2f7097ce73ca
Author: Marc Philipp <ma...@gradle.com>
AuthorDate: Mon Sep 6 13:52:45 2021 +0200

    Add Gradle Enterprise extension
---
 content/markdown/extensions/index.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/content/markdown/extensions/index.md b/content/markdown/extensions/index.md
index ddea3be..a4e1aa2 100644
--- a/content/markdown/extensions/index.md
+++ b/content/markdown/extensions/index.md
@@ -36,10 +36,11 @@ under the License.
 
 A number of other projects provide their own Maven extensions. This includes:
 
-| 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.
+| 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.