Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for directories #3

Open
anthcourtney opened this issue Dec 8, 2015 · 1 comment
Open

Add support for directories #3

anthcourtney opened this issue Dec 8, 2015 · 1 comment

Comments

@anthcourtney
Copy link

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)

@rmangi
Copy link
Contributor

rmangi commented Dec 9, 2015

Can you show me your config? Under the hoods this is just doing a glob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants