users@jaxb.java.net

RE: Maven2 versus JAXB

From: Jonathan Johnson <jonjohnson_at_mail.com>
Date: Mon, 12 Jun 2006 21:33:11 -0400

I'm discovering that only this is needed

        <dependency>
            <groupId>javax.xml.bind</groupId>
            <artifactId>jaxb-api</artifactId>
            <version>2.0</version>
        </dependency>

Does that make sense.

|-----Original Message-----
|From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi_at_Sun.COM]
|Sent: Monday, June 12, 2006 8:52 PM
|To: users_at_jaxb.dev.java.net
|Subject: Re: Maven2 versus JAXB
|
|
|Jonathan Johnson wrote:
|> I updated the maven jaxb plugin for this too.
|>
|> I also updated the document at
|https://jaxb.dev.java.net/jaxb-maven2-plugin/
|> to include the dependency change and Lexi's new xjc args parameter.
|>
|> I'll update the instructions again once you get the plugin into
|the java.net
|> repository so people no longer have to download the zip.
|
|I saw that POM had dependency to JAXB 2.0.2, which doesn't exist. I
|corrected them to 2.0.1 and pushed to the repository [1].
|
|
|[1]
|https://maven-repository.dev.java.net/nonav/repository/com.sun.tool
|s.xjc.maven2/
|--
|Kohsuke Kawaguchi
|Sun Microsystems kohsuke.kawaguchi_at_sun.com
|