Red Hat Training

A Red Hat training course is available for Red Hat Fuse

2.22. Maven Plug-in Parameters for the Edifact Java Compiler

The plug-in has three configuration parameters:
  • ediMappingFile: the path to the EDI mapping model file within the Maven project. (It is optional. The default is src/main/resources/edi-model.xml).
  • packageName:the Java package the generated Java artifacts are placed into (the Java object model and the factory class).
  • destDir: the directory in which the generated artifacts are created and compiled. (This is optional. The default is target/ejc).