Author: rdonkin
Date: Sun Jun 12 10:00:52 2011
New Revision: 1134897

URL: http://svn.apache.org/viewvc?rev=1134897&view=rev
Log:
JAMES-1263 Need to ensure that LICENSE, NOTICE and DEPENDENCIES end up in the 
war. Any suggests for more elegant ways to do this would be appreciated ;-)

Modified:
    james/server/trunk/container-spring/pom.xml

Modified: james/server/trunk/container-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1134897&r1=1134896&r2=1134897&view=diff
==============================================================================
--- james/server/trunk/container-spring/pom.xml (original)
+++ james/server/trunk/container-spring/pom.xml Sun Jun 12 10:00:52 2011
@@ -315,7 +315,13 @@
               <targetPath>WEB-INF/conf/</targetPath>
               
             </resource>
-
+            <resource>
+              <!--
+              An inelegant and fagile way to add LICENSE, NOTICE and 
DEPENDENCIES.
+              Is there a better way? 
+              -->
+              <directory>target/maven-shared-archive-resources</directory>
+            </resource>
           </webResources>
         </configuration>
         <executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to