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

[maven-site] branch master updated (fa35359 -> 49e0e5d)

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

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


    from fa35359  Maven PMD Plugin 3.15.0
     new 8f1f363  Add Gradle Enterprise extension
     new 49e0e5d  Split "outside Maven land" into subsections

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/markdown/extensions/index.md | 8 ++++++++
 1 file changed, 8 insertions(+)

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

Posted by mi...@apache.org.
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.

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

Posted by mi...@apache.org.
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.