You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2010/08/12 09:37:34 UTC

svn commit: r984668 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Thu Aug 12 07:37:34 2010
New Revision: 984668

URL: http://svn.apache.org/viewvc?rev=984668&view=rev
Log:
FELIX-2539 Ensure inclusion of the DEPENDENCIES file in the build artifacts

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=984668&r1=984667&r2=984668&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Thu Aug 12 07:37:34 2010
@@ -139,6 +139,20 @@
     </dependencies>
     <build>
         <directory>${bundle.build.name}</directory>
+        <resources>
+            <resource>
+                <directory>${basedir}/src/main/resources</directory>
+            </resource>
+            <resource>
+                <targetPath>META-INF</targetPath>
+                <directory>${basedir}</directory>
+                <includes>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                    <include>DEPENDENCIES</include>
+                </includes>
+            </resource>
+        </resources>
         <plugins>
             <plugin>
                 <groupId>org.apache.felix</groupId>