You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/01/11 18:14:51 UTC

svn commit: r1432168 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: olamy
Date: Fri Jan 11 17:14:51 2013
New Revision: 1432168

URL: http://svn.apache.org/viewvc?rev=1432168&view=rev
Log:
include NOTICE in top directory of the war

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1432168&r1=1432167&r2=1432168&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Fri Jan 11 17:14:51 2013
@@ -1061,6 +1061,12 @@
                 <include>LICENSE</include>
               </includes>
             </webResource>
+            <webResource>
+              <directory>target/maven-shared-archive-resources/META-INF/</directory>
+              <includes>
+                <include>NOTICE</include>
+              </includes>
+            </webResource>
           </webResources>
         </configuration>
       </plugin>