You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/10/25 22:43:43 UTC

svn commit: r1188898 - /maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml

Author: simonetripodi
Date: Tue Oct 25 20:43:42 2011
New Revision: 1188898

URL: http://svn.apache.org/viewvc?rev=1188898&view=rev
Log:
include legal files in the distribution package

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml?rev=1188898&r1=1188897&r2=1188898&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/pom.xml Tue Oct 25 20:43:42 2011
@@ -44,6 +44,19 @@
     <maven.test.skip>true</maven.test.skip>
   </properties>
 
+  <build>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+          <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+
   <profiles>
     <profile>
       <id>run-its</id>