You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/07/11 13:02:53 UTC

[sling-parent] branch master updated: SLING-8538 hardcode default Bundle-DocURL

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/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 8caeda2  SLING-8538 hardcode default Bundle-DocURL
8caeda2 is described below

commit 8caeda24b8e57785a4944ba260325c7713a48acf
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jul 11 15:02:47 2019 +0200

    SLING-8538 hardcode default Bundle-DocURL
---
 sling-bundle-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 948bacc..52cb291 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -74,8 +74,8 @@ Bundle-Category: sling
 # compare with https://www.mail-archive.com/dev@sling.apache.org/msg76177.html
 -snapshot: ${tstamp;yyyyMMddHHmmssSSS}
 
-# Disable generation of the Bundle-DocUrl from the Maven URL, as this in general is not correct (https://issues.apache.org/jira/browse/SLING-8537)
-Bundle-DocURL: 
+# we cannot let bnd-maven-plugin generate it automatically, as Maven applies some inheritance logic which is incorrect for Sling (https://issues.apache.org/jira/browse/SLING-8537)
+Bundle-DocURL: http://sling.apache.org
                                 ]]></bnd>
                             </configuration>
                         </execution>