Building the Binaries - archimatetool/archi GitHub Wiki
To create the binaries for Windows, Linux and Mac
- In order not to contaminate your Archi source project files with generated
target
folders, transientjar
files and other artefacts, it would be better to copy the root source folder containing the projects and invoke Maven on that folder - Run
mvn clean package -P product
in the Archi sources folder (top levelpom.xml
file) - 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 shippedArchi.ini
files - The generated
Info.plist
file for Mac is not the same as theInfo.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