You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/03/17 23:53:08 UTC

svn commit: r638122 - /cocoon/trunk/parent/pom.xml

Author: reinhard
Date: Mon Mar 17 15:53:05 2008
New Revision: 638122

URL: http://svn.apache.org/viewvc?rev=638122&view=rev
Log:
add license and notice files to the META-INF directory of each module

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=638122&r1=638121&r2=638122&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Mon Mar 17 15:53:05 2008
@@ -2999,6 +2999,20 @@
   </dependencyManagement>
 
   <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+        <directory>.</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+
     <pluginManagement>
       <plugins>
         <plugin>