You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/04/13 00:24:51 UTC

svn commit: r1091586 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Tue Apr 12 22:24:50 2011
New Revision: 1091586

URL: http://svn.apache.org/viewvc?rev=1091586&view=rev
Log:
Temporary fix until Commons Parent 21 is released. Ensure test jars also get NOTICE & LICENSE files.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1091586&r1=1091585&r2=1091586&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Tue Apr 12 22:24:50 2011
@@ -202,6 +202,18 @@
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
+    <!-- Temporary fix until Commons Parent 21 is released -->
+    <!-- Ensure test jars also get NOTICE & LICENSE files -->
+    <testResources>
+      <testResource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+          <include>LICENSE.txt</include>
+        </includes>
+      </testResource>
+    </testResources>    
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>