httplite: fix core pom path issue that caused DEPENDENCIES, NOTICE, and LICENSE to be included multiple times.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1233780 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/core/pom.xml b/httplite/core/pom.xml
index a858ec3..35d1356 100644
--- a/httplite/core/pom.xml
+++ b/httplite/core/pom.xml
@@ -69,7 +69,7 @@
<resources>
<resource>
<directory>${project.basedir}</directory>
- <targetPath>META-INF/</targetPath>
+ <targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
<include>NOTICE</include>