Skip to content

Commit 4ac5444

Browse files
author
Niall Kegan Pemberton
committed
Remove redundant <resource> configuration for NOTICE/LICENSE - these are configured in commons-parent (NOTE: seems that components which define other <resource> elements need to include these - so only removing from components where NOTICE/LICENSE are the only resources configured)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@632894 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57764ea commit 4ac5444

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@
167167
<build>
168168
<sourceDirectory>src/java</sourceDirectory>
169169
<testSourceDirectory>src/test</testSourceDirectory>
170-
<resources>
171-
<resource>
172-
<directory>.</directory>
173-
<targetPath>META-INF</targetPath>
174-
<includes>
175-
<include>NOTICE.txt</include>
176-
<include>LICENSE.txt</include>
177-
</includes>
178-
</resource>
179-
</resources>
180170
<plugins>
181171
<plugin>
182172
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)