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/07 21:21:48 UTC

[sling-parent] branch master updated: SLING-8833 sling-bundle-parent: Disable includeDistributionManagement 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 e88d513  SLING-8833 sling-bundle-parent: Disable includeDistributionManagement for bnd-baseline-maven-plugin
e88d513 is described below

commit e88d513fe2cd7a7f923e2d56a355c64608f3b6d8
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Nov 7 22:21:23 2019 +0100

    SLING-8833 sling-bundle-parent: Disable includeDistributionManagement for bnd-baseline-maven-plugin
---
 sling-bundle-parent/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 161099f..ffb1dd5 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -85,6 +85,9 @@ Bundle-DocURL: http://sling.apache.org
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-baseline-maven-plugin</artifactId>
                     <version>${bnd.version}</version>
+                    <configuration>
+                        <includeDistributionManagement>false</includeDistributionManagement>
+                    </configuration>
                     <executions>
                         <execution>
                             <id>bnd-baseline</id>