Making sure all the pom.xmls have NOTICE/LICENSEs in - though haven't done VFS
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@472790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -123,6 +123,16 @@
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
<testSourceDirectory>src/test</testSourceDirectory>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>.</directory>
|
||||
<targetPath>META-INF</targetPath>
|
||||
<includes>
|
||||
<include>NOTICE.txt</include>
|
||||
<include>LICENSE.txt</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>src/test</directory>
|
||||
|
||||
Reference in New Issue
Block a user