You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by acec acec <to...@yahoo.ca> on 2007/08/09 21:05:03 UTC

maven-assembly-plugin ignore my empty folder.

Hi,
I am using maven-assembly-plugin. I want my
installation package has a empty logs folder, so I
created /src/main/process/logs, which is a empty
folder.
I tried the following fileSet, but maven assembly
ignored logs folder, because it is empty.
Is there a way to put the empty folder into my
installation package?
Thank.
acec

   <fileSet>
      <directory>src/main/process</directory>
      <outputDirectory>/</outputDirectory>
      <lineEnding>unix</lineEnding>
      <includes>
	<include>logs</include>
      </includes>
    </fileSet>


      Get a sneak peak at messages with a handy reading pane with All new Yahoo! Mail: http://mrd.mail.yahoo.com/try_beta?.intl=ca

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org