]> source.dussan.org Git - archiva.git/commitdiff
MRM-423 include license and notice in the source distribution
authorWendy Smoak <wsmoak@apache.org>
Fri, 22 Jun 2007 23:43:02 +0000 (23:43 +0000)
committerWendy Smoak <wsmoak@apache.org>
Fri, 22 Jun 2007 23:43:02 +0000 (23:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549981 13f79535-47bb-0310-9956-ffa450edef68

src/main/assembly/src.xml

index 26495eea7606816387064b4e317e7c71f3d142ac..17d321b56a2ddc2f1a26b29ecc4be0f01fb40f23 100644 (file)
         <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>