[MRM-337] Add the license and notice files created by the remote resources plugin to the assembly descriptor.

Contributed by: Stefano Bagnara on dev@maven

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@537527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-05-12 23:23:21 +00:00
parent d0692de348
commit 00fc9b1d22

View File

@ -85,6 +85,14 @@
<fileMode>0755</fileMode>
<lineEnding>dos</lineEnding>
</fileSet>
<fileSet>
<directory>target/maven-shared-archive-resources/META-INF/</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
</includes>
</fileSet>
</fileSets>
</assembly>