Author: felixk
Date: Mon Oct 17 11:56:39 2011
New Revision: 1185117

URL: http://svn.apache.org/viewvc?rev=1185117&view=rev
Log:
Copy enhanced NOTICE file when processing resources to the META-INF directory

Modified:
    james/skin/trunk/README.txt
    james/skin/trunk/pom.xml

Modified: james/skin/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/james/skin/trunk/README.txt?rev=1185117&r1=1185116&r2=1185117&view=diff
==============================================================================
--- james/skin/trunk/README.txt (original)
+++ james/skin/trunk/README.txt Mon Oct 17 11:56:39 2011
@@ -1,5 +1,5 @@
    ============================
-   Apache JAMES Website M2 Skin
+   Apache JAMES Website M3 Skin
    ============================
 
 This is the maven skin for JAMES products deployed at http://james.apache.org

Modified: james/skin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/skin/trunk/pom.xml?rev=1185117&r1=1185116&r2=1185117&view=diff
==============================================================================
--- james/skin/trunk/pom.xml (original)
+++ james/skin/trunk/pom.xml Mon Oct 17 11:56:39 2011
@@ -78,6 +78,18 @@
     </distributionManagement>
 
     <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+            <resource>
+                <directory>.</directory>
+                <includes>
+                    <include>NOTICE</include>
+                </includes>
+                
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
+            </resource>
+        </resources>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>



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

Reply via email to