Author: simonetripodi Date: Tue Oct 25 20:58:19 2011 New Revision: 1188907 URL: http://svn.apache.org/viewvc?rev=1188907&view=rev Log: forgot that <resources> elements are not merged across pom inheritance
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=1188907&r1=1188906&r2=1188907&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:58:19 2011 @@ -54,6 +54,9 @@ <include>LICENSE.txt</include> </includes> </resource> + <resource> + <directory>${basedir}/src/main/resources</directory> + </resource> </resources> </build>