You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2023/01/03 22:28:20 UTC

[sling-org-apache-sling-feature-launcher] 02/02: SLING-11747 - Unable to override the built-in content package feature model extension

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

rombert pushed a commit to branch issue/debug-extensions
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git

commit 67e7e2a011cc8049bb5d25d7c78e676e99ef5433
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 4 00:27:34 2023 +0200

    SLING-11747 - Unable to override the built-in content package feature model extension
    
    Configure an 'endorsed' directory for the assembly. This directory can be used to drop
    in jar files that have priority on the classpath, such as the content extension.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 702c878..162c15b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,7 @@
                     <useWildcardClassPath>true</useWildcardClassPath>
                     <repositoryLayout>flat</repositoryLayout>
                     <repositoryName>lib</repositoryName>
+                    <endorsedDir>endorsed</endorsedDir>
                     <extraJvmArguments>-Dproject.artifactId=${project.artifactId} -Dproject.version=${project.version} -Dbuild.timestamp=${maven.build.timestamp} -Dfile.encoding=UTF-8</extraJvmArguments>
                     <licenseHeaderFile>${basedir}/src/main/legal/license-header</licenseHeaderFile>
                     <programs>