I am trying to use JIBX maven plugin in my Spring Web Service project, My project has diferent layers (API-DAO-SERVICE vsvs..) these layers are individual projects ...
I have a pom.xml which I use to generate sources from schema and bind and compile.
<!-- <plugin> <groupId>org.jibx</groupId> ...
When I build some code with maven, I get the following build error:
[INFO] [jibx:bind {execution: default}] [INFO] Running JiBX binding compiler (single-module mode) on 3 binding file(s) Running binding compiler version jibx_1_2_3_SNAPSHOT [INFO] ------------------------------------------------------------------------ [ERROR] ...
I am trying to use jibx-maven plugin 1.2.3 for generating Java Source Code from a Schema file. Following is the plugin config in my pom.xml
<build> <plugins> <!-- ...