Skip to content

Releases: mojohaus/native2ascii-maven-plugin

Version 2.1.0

05 Jun 12:01
Compare
Choose a tag to compare

What's Changed

  • Reduced noise in logs as requested in #4, see #14
  • Removed redundant maven-plugin-plugin with obsoleted configuration in #15
  • Using a temporary directory in target instead of operating system's temp dir #16
  • Replaced usage of deprecated methods and constructs in #11
  • Excluded unused transitive dependencies with security issues, see #7
  • All goals marked as thread-safe in ec424c4
  • Updated dependencies in #10, #18, #19 :
    • JUnit from 4.12 to 5.9.2.
    • Maven plugin artifacts to latest
    • Apache Commons Text to 1.10.0 and Apache Commons Lang to 3.12.0
  • Improved QA/CI - more tests
    • Created codeql-analysis.yml in #8
    • Created linux-jdks-with-current-maven-ci.yml in #9 and #13
    • Updated GitHub Action checkout version and removed cache #17

Full Changelog: v2.0.1...v2.1.0

Version 2.0.1

02 Feb 00:06
Compare
Choose a tag to compare

#2 Fixed deployment of plugin sources and javadoc
#3 Fixed incompatibility with Windows path syntax

First final version - 2.0.0

06 Jan 19:57
Compare
Choose a tag to compare

Nearly same as 2.0-M1, but should make it to Maven Central Repository and is compliant with MojoHaus processes.

v 2.0-M1 - prerelease of 2014

10 Oct 19:58
Compare
Choose a tag to compare
Pre-release

Supports Eclipse Lifecycles.
Three targets: inplace, resources, testResources
Not published in public Maven repositories so you had to build it youserlves.