Skip to content

Commit eb30176

Browse files
committed
Temporary fix until Commons Parent 21 is released. Ensure test jars also get NOTICE & LICENSE files.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1091586 13f79535-47bb-0310-9956-ffa450edef68
1 parent a7c9727 commit eb30176

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@
202202
<build>
203203
<sourceDirectory>src/java</sourceDirectory>
204204
<testSourceDirectory>src/test</testSourceDirectory>
205+
<!-- Temporary fix until Commons Parent 21 is released -->
206+
<!-- Ensure test jars also get NOTICE & LICENSE files -->
207+
<testResources>
208+
<testResource>
209+
<directory>${basedir}</directory>
210+
<targetPath>META-INF</targetPath>
211+
<includes>
212+
<include>NOTICE.txt</include>
213+
<include>LICENSE.txt</include>
214+
</includes>
215+
</testResource>
216+
</testResources>
205217
<plugins>
206218
<plugin>
207219
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)