Maven Plugin Helper

Most Maven plugins must address comparable issues : scan a folder for some pattern, manage the executed Maven project classloader to execute some tool, etc. To avoid each plugin to reinvent the wheel and fall into bugs the other ones allready solved, maven-plugin-helper provides some common usage patterns and utility classes.

Usage

The following usecases are proposed as reusable set of code: