I am struggling to create an empty folder in my .zip file I create. I can
transfer and package all the appropriate contents using </filesets> while
specifying </directory> and </outputDirectory>. When I try and create
simply an empty directory called 'logs' it ends up including all the
contents of the parent pom. The following code is what I use to attempt to
create the empty directory:
<fileset>
<outputDirectory>/logs</outputDirectory>
</fileset>
^^that includes all the contents of where the assembly.xml file is located,
I've also tried variations of:
<fileset>
<excludes>
<exclude>**.*</exclude>
</excludes>
</fileset>
but still no luck, any help would be greatly appreciated.
--
View this message in context:
http://www.nabble.com/Assembly-plugin---create-an-empty-folder-tp15093009s177p15093009.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]