Author: pauls
Date: Fri Aug 19 22:15:33 2016
New Revision: 1756971

URL: http://svn.apache.org/viewvc?rev=1756971&view=rev
Log:
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.

Modified:
    sling/trunk/bundles/extensions/xss/pom.xml

Modified: sling/trunk/bundles/extensions/xss/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/xss/pom.xml?rev=1756971&r1=1756970&r2=1756971&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/xss/pom.xml (original)
+++ sling/trunk/bundles/extensions/xss/pom.xml Fri Aug 19 22:15:33 2016
@@ -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>


Reply via email to