Browse Source

MRM-423 include license and notice in the source distribution

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549981 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.0-alpha-2
Wendy Smoak 17 years ago
parent
commit
d41ca7a9e5
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      src/main/assembly/src.xml

+ 8
- 0
src/main/assembly/src.xml View File

@@ -46,6 +46,14 @@
<exclude>archiva-webapp/src/main/webapp/WEB-INF/temp/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>target/maven-shared-archive-resources/META-INF/</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
</includes>
</fileSet>
</fileSets>
</assembly>


Loading…
Cancel
Save