Skip to content

Releases: trustin/os-maven-plugin

os-maven-plugin-1.7.1

07 Nov 12:47
9913130
Compare
Choose a tag to compare
  • Added detection of more RISC-V architectures. #61 #62 #66 (Thanks to @zinovya and @luhenry)
    • riscv32 is detected as riscv for backward compatibility with 1.7.0.
    • riscv64 is detected as riscv64.
  • Added detection of Elbrus 2000 architecture. #57 (Thanks to @antonbashir)
  • Added detection of LoongArch64 architecture. #63 #64 (Thanks to @zhangwenlong8911 and @xiangzhai)
  • Fixed the detection logic so that it detects more MacOS variants. #58 #67 (Thanks to @aalmiray)

os-maven-plugin-1.7.0

06 Feb 07:10
4a74c82
Compare
Choose a tag to compare

os-maven-plugin-1.6.2

13 Feb 01:30
3d168a9
Compare
Choose a tag to compare
  • Added detection of z/OS operating system #39 #40 (Thanks to @ind1go)

os-maven-plugin-1.6.1

13 Oct 08:25
8c0285c
Compare
Choose a tag to compare
  • Added m2e life cycle mapping metadata so os-maven-plugin works better with Eclipse m2e. #37 (Thanks, @sergei-ivanov)

os-maven-plugin-1.6.0

22 Apr 07:13
cd54571
Compare
Choose a tag to compare
  • Added support for MIPS and MIPSEL 32/64-bit architecture
    • mips_32 - if the value is one of: mips, mips32
    • mips_64 - if the value is mips64
    • mipsel_32 - if the value is one of: mipsel, mips32el
    • mipsel_64 - if the value is mips64el
  • Added support for PPCLE 32-bit architecture
    • ppcle_32 - if the value is one of: ppcle, ppc32le
  • Added support for IA64N and IA64W architecture
    • itanium_32 - if the value is ia64n
    • itanium_64 - if the value is one of: ia64, ia64w (new), itanium64
  • Fixed classpath conflicts due to outdated Guava version in transitive dependencies (#29)
  • Fixed incorrect prerequisite (#21)
  • Overall code clean-up and dependency updates