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/httplite/core@1233780 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a858ec3..35d1356 100644
--- a/pom.xml
+++ b/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>