From 2f01afb3cc318abb27c3376962274d91fa203eb5 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 19 Apr 2011 15:23:26 -0400 Subject: [PATCH] [issue 535] Moved LICENSE.txt to META-INF in the resource bundle --- resources/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/pom.xml b/resources/pom.xml index d6c08db16d..35b955d827 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -36,6 +36,7 @@ + META-INF ${project.basedir} LICENSE.txt @@ -46,16 +47,18 @@ maven-remote-resources-plugin 1.2 - + bundle-remote-resources bundle + + process-resources - ${project.basedir} + ${project.build.outputDirectory} - LICENSE.txt + META-INF/LICENSE.txt