users@jaxb.java.net

Re: Maven plugin and InvocationTargetException

From: Kostis Anagnostopoulos <ankostis_at_gmail.com>
Date: Sun, 7 Jan 2007 18:45:34 +0200

Hi Trond,

On 1/5/07, Trond Andersen <trond.andersen_at_gmail.com> wrote:
> Hello
>
> I've tried to use the maven plugin for JAXB and end up with an
> exception. My plugin conifguration looks like this:
>
> <plugin>
> <groupId>com.sun.tools.xjc.maven2</groupId>
> <artifactId>maven-jaxb-plugin</artifactId>
> <executions>
> <execution>
> <goals>
> <goal>generate</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <verbose>true</verbose>
> </configuration>
> </plugin>

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)

Regards,
  Kostis