You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2019/06/26 11:07:00 UTC

[jira] [Created] (SLING-8537) Avoid weird url inheritance rules in Maven

Konrad Windszus created SLING-8537:
--------------------------------------

             Summary: Avoid weird url inheritance rules in Maven
                 Key: SLING-8537
                 URL: https://issues.apache.org/jira/browse/SLING-8537
             Project: Sling
          Issue Type: Improvement
          Components: General
    Affects Versions: Parent 35
            Reporter: Konrad Windszus
            Assignee: Konrad Windszus
             Fix For: Parent 36


As the {{project->url}} element is also used to generate the {{Bundle-DocUrl}} (https://github.com/bndtools/bnd/blob/master/maven/bnd-maven-plugin/README.md#default-bundle-headers) it would be nice to disable the unexpected Maven inheritance rules for that element: By default the value will be combined out of the {{parent value [+ path adjustment] + artifactId}} (https://github.com/apache/maven/blob/master/maven-model/src/main/mdo/maven.mdo#L186).

Since Maven 3.6.0 this can be adjusted (https://issues.apache.org/jira/browse/MNG-5951). We should leverage that option as the default inheritance rule for URLs does not make any sense for Sling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)