Maven Plugin Utils
Last Published: 2020-09-17
|
Version: 3.0.0-SNAPSHOT
Overview
Introduction
Download
Changelog
Project Documentation
Project Information
Project Reports
Release 3.0.0
Features:
Set compatibility with Java 11+
Release 2.0.0
Features:
Set compatibility with Java 6+
Set compatibility with Maven 3+
Renamed
Time
class to
TimeSpan
See documentation
Release 1.4.1
Bugs:
Stopped logging calculated value when it is the same as the primary value
See documentation
Release 1.4.0
Features:
Added
ContextClassLoaderExtender
responsible for adding Maven project dependencies to classpath
Added
ParameterUtils
which provides tools to work with method parameters
Separation of the seconds and milliseconds in the
Time#toString()
method
See documentation
Release 1.3.0
Features:
Added
ParametersLogBuilder
which allows to log Mojos parameters values
Added protected method
AntFileScanner#createDirectoryScanner()
Added protected method
RegexFileScanner#createFileFilter(File, String[], String[])
Bugs:
Fixed incorrect implementation of method
Time#toString()
See documentation
Release 1.2
Features:
Allow access to all classes from
biz.gabrys.maven.plugin.util.io
package
See documentation
Release 1.1
Bugs:
Corrected
double-checked locking
Optimization of call logger instructions
Added missing
JavaDocs
See documentation
Release 1.0
Initial release.
See documentation