Author: niallp
Date: Mon Mar 29 19:11:19 2010
New Revision: 928872

URL: http://svn.apache.org/viewvc?rev=928872&view=rev
Log:
Add missing NOTICE & LICENSE files to jars

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=928872&r1=928871&r2=928872&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Mar 29 19:11:19 2010
@@ -130,7 +130,14 @@
     <build>
         <!-- temporarily override the parent POM (v 11) until that is updated 
-->
         <resources>
-            <!-- This is the default, but is currently missing from the parent 
POM (v11) -->
+            <resource>
+                <directory>${basedir}</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>NOTICE.txt</include>
+                    <include>LICENSE.txt</include>
+                </includes>
+            </resource>
             <resource>
                 <directory>src/main/resources</directory>
             </resource>


Reply via email to