[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/archiva-0.9@537527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-05-12 23:23:21 +00:00
parent d925b0a242
commit 0e2161a366
1 changed files with 8 additions and 0 deletions

View File

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