Here is exposed all publication properties that can be found in publisher.properties file:
# 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
# Provide the path of the resources mapping configuration file for external Resource mapping. For example C:\\Publisher_Installation_Path\\mapping\\Profile_Mapping.xml
ea2md.resources.mapping.file=
# Enable conversion of Stereotype's Tags referring complex types (Classes, Datatype with attributes) to String. Available values: True, False - default: False
ea2md.profile.complexTypeToString=False
# Convert language specific PrimitiveTypes (as EAJavaTypesPackage::int) to UML standard PrimitiveTypes (as Integer).
ea2md.semantic.primitive.convertLanguageToStandard=True