Skip to content

Commit 718bbcb

Browse files
committed
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/cli/trunk@472790 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5e1dcb6 commit 718bbcb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@
147147
<include>**/*.properties</include>
148148
</includes>
149149
</resource>
150+
<resource>
151+
<directory>.</directory>
152+
<targetPath>META-INF</targetPath>
153+
<includes>
154+
<include>NOTICE.txt</include>
155+
<include>LICENSE.txt</include>
156+
</includes>
157+
</resource>
150158
</resources>
151159
<testResources>
152160
<testResource>

0 commit comments

Comments
 (0)