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/11/01 22:40:38 UTC

svn commit: r1029854 - /felix/trunk/scrplugin/scrtask/pom.xml

Author: fmeschbe
Date: Mon Nov  1 21:40:38 2010
New Revision: 1029854

URL: http://svn.apache.org/viewvc?rev=1029854&view=rev
Log:
Don't unpack legal files of included libraries because (a) they would
overwrite the actual legal files provided by the project and (b) the
project provides correctly merged legal information for the included
libraries.

Modified:
    felix/trunk/scrplugin/scrtask/pom.xml

Modified: felix/trunk/scrplugin/scrtask/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/scrtask/pom.xml?rev=1029854&r1=1029853&r2=1029854&view=diff
==============================================================================
--- felix/trunk/scrplugin/scrtask/pom.xml (original)
+++ felix/trunk/scrplugin/scrtask/pom.xml Mon Nov  1 21:40:38 2010
@@ -90,6 +90,9 @@
                             <outputDirectory>
                                 ${project.build.outputDirectory}
                             </outputDirectory>
+                            <excludes>
+                                **/DEPENDENCIES,**/NOTICE,**/LICENSE,**/MANIFEST.MF
+                            </excludes>
                         </configuration>
                     </execution>
                 </executions>