You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/11/08 09:55:43 UTC

[sling-parent] branch master updated: SLING-8834 sling-bundle-parent: Enable fullReport for bnd-baseline-maven-plugin

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new cef099f  SLING-8834 sling-bundle-parent: Enable fullReport for bnd-baseline-maven-plugin
cef099f is described below

commit cef099f9ebf55a23a99b1b297e42a5e620b1df99
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Nov 8 10:55:32 2019 +0100

    SLING-8834 sling-bundle-parent: Enable fullReport for bnd-baseline-maven-plugin
---
 sling-bundle-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index ffb1dd5..122813e 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -87,6 +87,7 @@ Bundle-DocURL: http://sling.apache.org
                     <version>${bnd.version}</version>
                     <configuration>
                         <includeDistributionManagement>false</includeDistributionManagement>
+                        <fullReport>true</fullReport>
                     </configuration>
                     <executions>
                         <execution>