| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Maven Plugin v3.8.0 source code.tar.gz | 2026-06-29 | 1.2 MB | |
| Maven Plugin v3.8.0 source code.zip | 2026-06-29 | 2.1 MB | |
| README.md | 2026-06-29 | 515 Bytes | |
| Totals: 3 Items | 3.4 MB | 0 | |
Added
- Add support for custom string format for license header copyright year via
yearStringFormat(). (#2965)
Fixed
<expandWildcardImports>no longer triggers a full transitive dependency resolution on every build. Dependency resolution is now deferred until the step actually runs, so projects that do not use<expandWildcardImports>(or that use version ranges) are no longer penalized. (#2983)