users@jaxb.java.net

Re: Maven 2 Jaxb2 plugin use

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 17 Apr 2006 16:37:57 -0700

William Simons wrote:
> That looks good to me (sans the leading "/" in dependencies). Also, the
> activation jar as a runtime dependency is important. Try:
> <dependencies>
> <dependency>
> <groupId>jaxb</groupId>
> <artifactId>jsr173_api</artifactId>
> <version>1.0</version>
> </dependency>
> <dependency>
> <groupId>jaxb</groupId>
> <artifactId>activation</artifactId>
> <version>1.0.2</version>
> <scope>runtime</scope>
> </dependency>
> </dependencies>

Thanks. I incorporated this. I think the JAXB API does have a static
dependency to the activation.jar, so I removed <scope>runtime</scope>.

-- 
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com