Skip to content

Releases: hazendaz/directory-maven-plugin

Directory Maven Plugin 1.1.3

15 May 22:47
Compare
Choose a tag to compare
  • Plugin and Dependency Upgrades
  • Bump maven wrapper to 3.3.1
  • Rename some internal variables clarity.
  • Enhance exception with multiple parents, eclipse m2e seems to throw errors but it doesn't show enough of the log message to know exactly why. This logging will help try to track down that bug.

Directory Maven Plugin 1.1.2

23 Mar 23:32
Compare
Choose a tag to compare
  • library updates
  • Moved site pages to maven site 4 plugin (site v2)

Directory Maven Plugin 1.1.1

15 Oct 22:22
Compare
Choose a tag to compare
  • fix project name tag to match the artifact name
  • Add fluido site page
  • Update managed libraries

Directory Maven Plugin

27 May 02:31
Compare
Choose a tag to compare
  • First forked release under 'com.github.hazendaz.maven' ownership
  • Migrated from javadoc based maven plugin to annotation based
  • Fixed potential leak in file handling for string writer and print writer in debug
  • Fixed issues with deprecated maven code on get base dir
  • Cleaned up code in general
  • Boarded renovate to manage libraries
  • Boarded maven wrapper
  • Changed github actions to run far more jdk versions to show build working
  • Added m2e integrations

What is not part of this currently

  • there are zero tests on this project, no unit no integration. Those need to be built out. Testing was done similar to the readme in using a program already using this and just confirming behaviour still worked as-is.