Author: tchemit Date: 2008-08-12 15:04:36 +0000 (Tue, 12 Aug 2008) New Revision: 116 Modified: trunk/lutinproject/pom.xml Log: create src/site directory if not defined Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-08-12 14:03:55 UTC (rev 115) +++ trunk/lutinproject/pom.xml 2008-08-12 15:04:36 UTC (rev 116) @@ -529,6 +529,7 @@ <phase>pre-site</phase> <configuration> <tasks> + <mkdir dir="${maven.src.dir}/site"/> <copy todir="${maven.site.gen.dir}" verbose="${maven.verbose}" overwrite="false"> <fileset dir="${maven.src.dir}/site"/> </copy>