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>