Skip to content

Releases: headcr4sh/node-maven

5.0.0

20 May 21:46
Compare
Choose a tag to compare

Important Note about the Major Version

The new major version (v5.0.0) was mistakenly assigned to this release. No breaking changes since v4.x.x have been introduced, though!

About this Release

This release was brought to you by Kaustubh Gadre! Thanks a lot!

Changelog

Added

  • The flag alsoMake can now be used
  • An (optional) list of projects can be specified when invoking Maven.

4.7.0

22 Aug 14:55
Compare
Choose a tag to compare

Changelog

This release has been made possible by the work of Søren Jepsen who provided the PRs that added the log file feature and fixed the batch mode flag.

Added

  • A new logFile parameter has been added to enable log redirects to a file.

Fixed

  • Batch mode should now work as supposed to.

4.6.0

03 Jul 14:58
Compare
Choose a tag to compare

Changelog

Thanks to @natami for the patch that provides two new flags.

Added

  • Add support for noTransferProgress and batchMode MavenOptions

Release v4.4.1

31 Aug 11:43
6ffaa89
Compare
Choose a tag to compare

Added

  • Use platform-specific path syntax when inferring mvnw location (contribution by Åsmund Grammeltvedt)

Release v4.2.0

24 May 21:22
Compare
Choose a tag to compare

Added

  • Add option nonRecursive (contribution by Olivier Lemasle)

Release v4.0.3

20 Apr 05:33
Compare
Choose a tag to compare
Fixes:
  * Errorneus assignment to const variable.