os-maven-plugin -


Apache
跨平台
Java

软件简介

os-maven-plugin 是设置各种有用属性(从 OS 中检测的 ${os.name} 和 ${os.arch} 属性)的 Maven 插件:

  • os.detected.name

    • aix

    • hpux

    • os400

    • linux

    • osx

    • freebsd

    • openbsd

    • netbsd

    • sunos

    • windows

  • os.detected.arch

    • x86_64

    • x86_32

    • itanium_64

    • sparc_32

    • sparc_64

    • arm_32

    • aarch_64

    • ppc_32

    • ppc_64

使用:

<project>
  <build>
    <extensions>
      <plugin>
        <groupId>kr.motd.maven</groupId>
        <artifactId>os-maven-plugin</artifactId>
        <version>1.2.3.Final</version>
      </extension>
    </extensions>
  </build>
</project>