Skip to content

Add support for directories #3

@anthcourtney

Description

@anthcourtney

With the maven-assembly plugin, you can specify globs to include all files and directories under a path.

<fileSet>
  <includes>
    <include>doc/**/*</include>
  </includes>
</fileSet>

Can the same support be added to this plugin? Currently when i try to use this approach for a fileset with this plugin, it doesn't match anything. Alternatively, if I just specify the top level directory (i.e. doc/), and there are directories under this path, it throws a java.io.FileNotFoundException <whatever_path> (Is a directory)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions