AndroMDA Development Maven Plugin Settings

translationlibrary:test

Property Required Description
andromda.translationlibrary.model.uri Yes The URI to the model used to run tests. (i.e. andromda.translationlibrary.model.uri=jar:file:${andromda.src.dir}/test/uml/ContractsModel.xml.zip!/ContractsModel.xml ).
andromda.translationlibrary.printreport No

If this value is set to false, test run details will appear on the console as the tests are executed. If not, they are stored in a file in the test-reports directory. Default value is true .

andromda.translationlibrary.test.languageMappingsUri No

The URI for the language mappings file to use when testing AndroMDA plugins (i.e. translation-libraries, etc). Default value is file:${plugin.resources}/andromda/mappings/JavaMappings.xml .

andromda.translationlibrary.test.model.validation No

Allows you to turn on/off model validation when running translation tests. If you want to turn off model validation, you would set this flag to false . Default value is true .

andromda.translationlibrary.test.moduleSearchPath No

Specifies the path on which to find any modules referenced by the model. For example (../../etc/profile/src/uml).

translationlibrary:generate

Property Required Description
andromda.translationlibrary.translation.file.ext No

The extension for generated translation files. Default value is vsl .

andromda.translationlibrary.translation.translator.package No

The package to which Translators will be generated. Default value is org.translationlibrary.translation.${library} .

andromda.translationlibrary.translation.translator.superclass No

The Translator super class (if empty, the Translator won't have one). Default value is org.translationlibrary.core.translation.BaseTranslator.