users@jaxb.java.net

Re: Maven plugin and InvocationTargetException

From: Trond Andersen <trond.andersen_at_gmail.com>
Date: Mon, 8 Jan 2007 09:03:04 +0100

Thanks for the feedback.
> If what you are looking for is a jaxb-1.x plugin for maven-2, then use:
> https://maven-jaxb1-plugin.dev.java.net/
>
> The plugin at:
> https://jaxb1-maven2-plugin.dev.java.net/
> has been deprecated (a long time ago)
I'm trying to use XFire together with JAXB 2.0. I've been trying to
compile the sample application which uses the ANT target from within
Maven, but it fails with the same exception as described above.

I've reported this as an bug in the XFire Jira database:

http://jira.codehaus.org/browse/XFIRE-823

The JAXB maven target I've tried to use is documented there:

https://jaxb.dev.java.net/jaxb-maven2-plugin/

But it fails with the above mentioned exception.


------ Trond