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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9ee77a8cb2 [MNG-8084] add API metadata group
9ee77a8cb2 is described below

commit 9ee77a8cb2d6c662262657424ecda59ff65b299d
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Mon Apr 29 08:09:28 2024 +0200

    [MNG-8084] add API metadata group
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 207449bd63..454752d6f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -885,6 +885,10 @@ under the License.
                   <title>Maven 4 API - DI</title>
                   <packages>org.apache.maven.api.di</packages>
                 </group>
+                <group>
+                  <title>Maven 4 API - Metadata</title>
+                  <packages>org.apache.maven.api.metadata</packages>
+                </group>
                 <group>
                   <title>Maven 4 API - SPI</title>
                   <packages>org.apache.maven.api.spi</packages>

Reply via email to