Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.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
).