thank you for the good answer! -----Original Message----- From: Wayne Fay [mailto:[email protected]] Sent: 26 April 2010 18:32 To: Maven Users List Subject: Re: Force Maven to use my newer version of Jaxb instead of the onefrom Java 6?
> How can force Maven to use my newer version of Jaxb instead of the one > from Java 6? This is not a Maven problem per-se. You can find ways to deal with this here: https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.h tml The easiest approach is using the endorsed directory mechanism but realize this means you need to deploy jars to all JDKs/JREs in your environments. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
