Skip to content

1.17

Compare
Choose a tag to compare
@olamy olamy released this 02 May 11:07
· 263 commits to master since this release

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

Full Changelog: license-maven-plugin-1.16...license-maven-plugin-1.17