Author: sebb
Date: Tue Apr 12 00:08:44 2011
New Revision: 1091260
URL: http://svn.apache.org/viewvc?rev=1091260&view=rev
Log:
Ensure test jars also get N&L files
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1091260&r1=1091259&r2=1091260&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Apr 12 00:08:44 2011
@@ -119,6 +119,17 @@
</includes>
</resource>
</resources>
+ <!-- ensure test jars also get N&L files -->
+ <testResources>
+ <testResource>
+ <directory>${basedir}</directory>
+ <targetPath>META-INF</targetPath>
+ <includes>
+ <include>NOTICE.txt</include>
+ <include>LICENSE.txt</include>
+ </includes>
+ </testResource>
+ </testResources>
<pluginManagement>
<plugins>
<!-- org.apache.maven.plugins, alpha order by artifact id -->