%INSTALL_PATH%\Publisher4EnterpriseArchitect\%PUB_VERSION%\publisher.ini
, the main options are:
ea2md.publisher.properties.path
, which represents the path to the Publisher options file.-Xmx
value allows the user to change the performance on the Publisher.Other transformation options can be modified in the publisher.properties file, located in C:\ProgramData\Publisher4EnterpriseArchitect\%PUB_VERSION%
folder.
To configure the publisher transformation, open the publisher.properties file. By default, here are the options available:
# MagicDraw Target Version. Available values: 19.0, 2021x, 2022x or 2024x - default: 2022x
ea2md.magicdraw.version=2022x
# Enable Enterprise Architect ModelChecker before transformation. Available values: True, False - default: True
ea2md.check.input=True
# Determines the minimum level of logs printed in log file. Available values: debug, info, warning, error - default: info
ea2md.log.level=info
# If True, Hyperlinks will be created on Diagrams to file://
ea2md.publisher.diagramImageHyperlinks=False
# If True, all EA illegal Connectors are translated to InformationFlows. Available values: True, False - default: False
ea2md.semantic.connectorToFlow=False
# If True, SubLifelines will be merged to the main Lifeline. Available values: True, False - default: True
ea2md.graphics.mergeSubLifelines=True
# If True, extra regions in State Machine Diagrams will be removed. Available values: True, False - default: True
ea2md.semantic.extraRegions=True