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

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

commit 30921a76369f34af9258fd3fc4f916325665877c
Author: Robert Munteanu <[email protected]>
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>

Reply via email to