Releases: mojohaus/license-maven-plugin
Releases · mojohaus/license-maven-plugin
1.17
What's Changed
- Fixed "Configuration property 'trimHeaderLine' doesn't take any effect. #128" by @xeagle2 in #130
- Fixed ''remove-file-header' goal leaves the '\n' character, which should be avoided. #129' by @xeagle2 in #131
- add epl_v2 & epl_only_v2 by @fx-world in #141
- Issue 136: Don't log warnings about missing licenses until the missin… by @srdo in #137
- Property licenseMergesUrl is not in 1.16; it's not yet released. by @Jurrie in #152
- Issue 159: Check that the main license only appears once per licenseM… by @srdo in #160
- Ignore Eclipse project files by @ppalaga in #157
- Fix plurals in messages emitted for dependencies without license by @dpursehouse in #150
- Fix #168 Switch from oraclejdk8 to openjdk8 on TravisCI by @ppalaga in #169
- Fix #170 Add openjdk11 on TravisCI by @ppalaga in #172
- Fix #175 Add .editorconfig file and enforce it via editorconfig-maven-plugin by @ppalaga in #176
- Fix #177 Call checkstyle:check in verify phase by @ppalaga in #178
- Document that multiple include/exclude scopes can be delimited by comma by @ppalaga in #180
- Issue 145: Fix aggregate-add-third-party modifying project dependencies by @srdo in #148
- Fix #143 Enhance overrideFile with overrideUrl by @ppalaga in #181
- Fix #163 Replace mojo.codehaus.org links with mojohaus.org by @ppalaga in #182
- Fix #158 Let *download-licenses store the name of the downloaded file… by @ppalaga in #184
- Remove useless getters and decrease fields visibility in AbstractAddT… by @ppalaga in #186
- Fix #46 basic auth on proxy and avoid overwriting system properties by @ppalaga in #188
- Fix #164 Dependency map in add-third-party does not respect sorting by name by @ppalaga in #187
- Fix #193 FileNotFoundException: \dev\null on Windows by @ppalaga in #194
- Issue 174 by @avdland in #190
- Fix #192 Dependency map sorting by project name with ignored case in add-third-party goal by @dzolo in #191
- Fix #171 Setup a Windows CI by @ppalaga in #179
- Fix #197 NPE in loadLicenseInfo when the licenses.xml file contains l… by @ppalaga in #198
- Fix #199 FreeMarkerHelperTest.testRenderTemplateForUpdateFileHeader by @ppalaga in #200
- Fix #202 Add licensesOutputFileEol parameter to download-licenses by @ppalaga in #203
- Add the ability to transform a license url with a regular expression/replacement pair. by @k-wall in #167
- Fix #204 : change licenseMergesUrl to make build portable by @gevegab in #206
- Fix #208 : change replacement url to make build portable by @gevegab in #209
- Fix #205 : invalid hashbang handling for shell files on windows by @gevegab in #210
- Fix #135 Content wrongly truncated when adding header after package by @gevegab in #189
- Fix #73 Class not found on mvn license:aggregate-third-party-report by @ppalaga in #220
- Fix #213 Links in aggregate-third-party-report.html point to by @ppalaga in #221
- Fix #195 License names with slashes generate illegal filenames when in by @ppalaga in #222
New Contributors
- @xeagle2 made their first contribution in #130
- @fx-world made their first contribution in #141
- @Jurrie made their first contribution in #152
- @dpursehouse made their first contribution in #150
- @dzolo made their first contribution in #191
- @k-wall made their first contribution in #167
- @gevegab made their first contribution in #206
Full Changelog: license-maven-plugin-1.16...license-maven-plugin-1.17
1.16
Full Changelog: license-maven-plugin-1.15...license-maven-plugin-1.16
1.15
What's Changed
- GH-109 oraclejdk7 is not supported anymore by @v1v in #119
- [121] Fix broken license link in some ITs by @v1v in #122
- Extended 'includedLicenses' and 'excludedLicenses' to use URL paramet… by @Captain-P-Goldfish in #120
- Support licensesMerge user property by @v1v in #113
- Extended the parameter "missingFileUrl" by @Captain-P-Goldfish in #123
- Multi license aggregate third-party for #115 by @diegosalvi in #116
- Add trimHeaderLine option by @laurentgo in #99
New Contributors
- @v1v made their first contribution in #119
- @Captain-P-Goldfish made their first contribution in #120
- @laurentgo made their first contribution in #99
Full Changelog: license-maven-plugin-1.14...license-maven-plugin-1.15
1.14
What's Changed
- Use test scope for junit dependency by @ctrueden in #101
- Kt extension added for JavaFileHeaderTransformer for Kotlin (#103) Fixed by @comdiv in #104
- keep encoding by @maggu2810 in #102
New Contributors
Full Changelog: license-maven-plugin-1.13...license-maven-plugin-1.14
1.13
What's Changed
- prevent: StringIndexOutOfBoundsException fixes #72 by @typekpb in #91
- Fix wrong licence header in Windows by @dosaevtlt in #83
- Override the identified during license-check #77 by @diegosalvi in #90
- Clarified doc for
fileTemplate
property inadd-third-party
mojo by @rbarbey in #89 - [ISSUE-80] allow to sort generated licenses.xml by artifact groupId and artifactId by @psakar in #81
- Adds a filter to exclude transitive dependencies from excluded artifacts by @dschroedter in #82
- Allow download-licenses mojo to write license summary without downloading licenses by @eirikb in #79
New Contributors
- @typekpb made their first contribution in #91
- @dosaevtlt made their first contribution in #83
- @rbarbey made their first contribution in #89
- @psakar made their first contribution in #81
- @dschroedter made their first contribution in #82
- @eirikb made their first contribution in #79
Full Changelog: license-maven-plugin-1.12...license-maven-plugin-1.13
1.12
What's Changed
- update to fix for #56 by @heapifyman in #67
- remove duplicate linesep by @heapifyman in #68
New Contributors
- @heapifyman made their first contribution in #67
Full Changelog: license-maven-plugin-1.11...license-maven-plugin-1.12
1.11
1.10
What's Changed
- Strip trailing spaces in license headers by @tchemit in #35
- Fix grammar issue by @EagleErwin in #34
- Print strings using platform specific line endings by @mpkorstanje in #57
- Fix for String index out of range: -1. by @ceagan in #28
- Ignore unused licenses in whitelist and blacklist by @ercpe in #49
- Skip unused dependencies when writing missing file by @ercpe in #51
- Add m2e lifecycle mapping metadata. by @handcraftedbits in #17
New Contributors
- @tchemit made their first contribution in #35
- @EagleErwin made their first contribution in #34
- @mpkorstanje made their first contribution in #57
- @ceagan made their first contribution in #28
- @ercpe made their first contribution in #49
- @handcraftedbits made their first contribution in #17
Full Changelog: license-maven-plugin-1.0-beta-3...license-maven-plugin-1.10
1.9
What's Changed
- Strip trailing spaces in license headers by @tchemit in #35
- Fix grammar issue by @EagleErwin in #34
New Contributors
- @tchemit made their first contribution in #35
- @EagleErwin made their first contribution in #34
Full Changelog: license-maven-plugin-1.8...license-maven-plugin-1.9
1.8
Full Changelog: license-maven-plugin-1.7...license-maven-plugin-1.8