Hi there,

I have this problem during mvn install of my application:
        Caused by: javax.xml.bind.JAXBException:
"org.fao.fi.fisheryresources.domain" doesnt contain ObjectFactory.class or
jaxb.index
which is probably a classpath problem. Java 6 has an older version of Jaxb
than I need. The newer version is specified in the pom.xml but Maven on Linux
takes the version of Java 6. 

How can force Maven to use my newer version of Jaxb instead of the one from
Java 6?

Thanks for helping me out,
Erik


Reply via email to