[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
(merged r537527 from the archiva-0.9 branch)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537538 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-05-13 00:53:31 +00:00
parent ee88f925ab
commit 396dcc7729
1 changed files with 8 additions and 0 deletions

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>