Building the Binaries - archimatetool/archi GitHub Wiki

To create the binaries for Windows, Linux and Mac

  1. In order not to contaminate your Archi source project files with generated target folders, transient jar files and other artefacts, it would be better to copy the root source folder containing the projects and invoke Maven on that folder
  2. Run mvn clean package -P product in the Archi sources folder (top level pom.xml file)
  3. Products are exported in sub-directories of com.archimatetool.editor.product/target/products/com.archimatetool.editor.product

Notes:

  • The generated Archi.ini files do not include all the options that are included in the shipped Archi.ini files
  • The generated Info.plist file for Mac is not the same as the Info.plist that ships with Archi
  • Documentation and other artefacts that ship with Archi are not generated in this build
  • Embedded JREs that ship with Archi are not generated