You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/07/21 13:52:03 UTC

[jackrabbit-filevault] branch master updated: releng: add dependency information

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new f083a5df releng: add dependency information
f083a5df is described below

commit f083a5df9360a72b487886ca3b09d246bb567e02
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jul 21 15:51:56 2022 +0200

    releng: add dependency information
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 68d89223..e1c4414d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,11 +211,16 @@
                             <report>ci-management</report>
                             <report>issue-management</report>
                             <report>licenses</report>
+                            <report>dependency-info</report>
                             <report>scm</report>
                             <report>distribution-management</report>
                         </reports>
                     </reportSet>
                 </reportSets>
+                <configuration>
+                    <artifactId>org.apache.jackrabbit.vault</artifactId>
+                    <packaging>jar</packaging>
+                </configuration>
             </plugin>
         </plugins>
     </reporting>