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 2017/11/07 10:25:29 UTC

[sling-org-apache-sling-xss] 03/07: Add a Include-Resource statement for LICENSE and NOTICE so that the binary jar contains the proper META-INF/LICENSE and META-INF/NOTICE files from the root.

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

rombert pushed a commit to annotated tag org.apache.sling.xss-1.0.14
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git

commit d8f3be2a90237bdbe152fe445b1ce4d9ac2b0fcd
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Aug 19 22:15:33 2016 +0000

    Add a Include-Resource statement for LICENSE and NOTICE so that the binary jar contains the proper META-INF/LICENSE and META-INF/NOTICE files from the root.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/xss@1756971 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 043bd50..12547a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,9 @@
                         <Sling-Initial-Content>
                             SLING-INF/content;path:=/libs/sling/xss;overwrite:=true;ignoreImportProviders:=xml
                         </Sling-Initial-Content>
+                        <Include-Resource>
+                            META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE
+                        </Include-Resource>
                     </instructions>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.