Re: An API incompatibility was encountered while executing org.codehaus.mojo:jaxb2-maven-plugin:1.6:xjc: java.lang.NoSuchMethodError:

2014-03-13 Thread blipsman
I found solution: To eliminate problem, which was to enforce using JAXB 2.1 ( which is included in JAVA 6) , but not JAXB 2.2 I have added to the parent POM: * org.codehaus.mojo jaxb2-maven-plugin 1.5

An API incompatibility was encountered while executing org.codehaus.mojo:jaxb2-maven-plugin:1.6:xjc: java.lang.NoSuchMethodError:

2014-03-13 Thread blipsman
Hi, As I am running mvn clean install in Eclipse and the following configuration is being executed ... org.codehaus.mojo jaxb2-maven-plugin profileXYZ xjc generate-sources com.so