Apache Maven File Management API
The Maven File Management API provides an API to collect files from a given directory using several include/exclude rules.
Brief History
This original code is based on the org.apache.tools.ant.util
package from the Ant build tool.
Examples
To provide you with better understanding on some usages of this API, you can take a look into the following examples: