[ 
http://jira.codehaus.org/browse/MJAXB-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=192394#action_192394
 ] 

Christian Schulte commented on MJAXB-16:
----------------------------------------

If upgrading the dependencies to JAXB 2.1 - please also add a 'target' option 
to allow for generating for 2.0.

Using JAXB 2.1 dependencies is possible already, btw.

{{xml}}
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>jaxb2-maven-plugin</artifactId>
          <version>1.2</version>
          <dependencies>
            <dependency>
              <groupId>javax.xml.bind</groupId>
              <artifactId>jaxb-api</artifactId>
              <version>2.1</version>
            </dependency>
            <dependency>
              <groupId>com.sun.xml.bind</groupId>
              <artifactId>jaxb-impl</artifactId>
              <version>2.1.12</version>
            </dependency>
            <dependency>
              <groupId>com.sun.xml.bind</groupId>
              <artifactId>jaxb-xjc</artifactId>
              <version>2.1.12</version>
            </dependency>
          </dependencies>
        </plugin>
{{xml}}


> Update dependencies to JAXB 2.1.11
> ----------------------------------
>
>                 Key: MJAXB-16
>                 URL: http://jira.codehaus.org/browse/MJAXB-16
>             Project: Maven 2.x JAXB 2.0 Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Michael Rudolf
>            Priority: Trivial
>         Attachments: pom.patch
>
>
> Hi,
> Please update the dependencies to the latest stable JAXB version 2.1.11 - 
> patch attached.
> Best regards,
> Michael

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to