About
Maven Plugin Utils is a Java library which contains utilities for Maven 3 plugins. It contains tools to:
- scan directories for files and create a virtual (not physical) destination file in the output directory based on the source (see biz.gabrys.maven.plugin.util.io package)
- log Mojos parameters (see biz.gabrys.maven.plugin.util.parameter package)
- manage classpath (see biz.gabrys.maven.plugin.util.classpath package)
- count execution time (see biz.gabrys.maven.plugin.util.timer package)
Read API documentation for more information.
Requirements
The library to run requires:
- Java 11 or higher
- Third-Party Dependencies (see list)
Download
You can download the library from this page or using various dependency management tools.