LICENCE.txt and NOTICE.txt files should be in the META-INF directory of the -javadoc.jar file.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@610501 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a322c4e..bff83e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,7 @@
               <phase>generate-sources</phase>
               <configuration>
                 <tasks>
-                  <copy todir="${project.build.directory}/apidocs">
+                  <copy todir="${project.build.directory}/apidocs/META-INF">
                     <fileset dir="${basedir}">
                       <include name="LICENSE.txt" />
                       <include name="NOTICE.txt" />