You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Mike Lawrence <mi...@systemsplanet.com> on 2007/12/31 04:42:25 UTC

cxf build from source - cant find maven-jaxb-plugin

Anyone know how to resolve this problem?


[INFO] Failed to resolve artifact.

GroupId: com.sun.tools.xjc.maven2
ArtifactId: maven-jaxb-plugin
Version: 1.1.0

Reason: Unable to download the artifact from any repository

   com.sun.tools.xjc.maven2:maven-jaxb-plugin:pom:1.1.0

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   java.net (http://download.java.net/maven/1/)



I'm trying to build from source. I've had to change several parent version
numbers in order to download the resources from the central repo:

/parent/pom.xml:

   <jaxb.impl.version>2.1.4</jaxb.impl.version>
   <jaxb.xjc.version>2.1.4</jaxb.xjc.version>


                     <groupId>com.sun.tools.xjc.maven2</groupId>
                     <artifactId>maven-jaxb-plugin</artifactId>
                     <version>1.1</version>


Sincerely,

Mike Lawrence


Re: cxf build from source - cant find maven-jaxb-plugin

Posted by Glen Mazza <gl...@verizon.net>.
Here are the pom.xml's I use:
http://www.jroller.com/gmazza/date/20071205

HTH,
Glen

Am Sonntag, den 30.12.2007, 22:42 -0500 schrieb Mike Lawrence:
> Anyone know how to resolve this problem?
> 
> 
> [INFO] Failed to resolve artifact.
> 
> GroupId: com.sun.tools.xjc.maven2
> ArtifactId: maven-jaxb-plugin
> Version: 1.1.0
> 
> Reason: Unable to download the artifact from any repository
> 
>    com.sun.tools.xjc.maven2:maven-jaxb-plugin:pom:1.1.0
> 
> from the specified remote repositories:
>    central (http://repo1.maven.org/maven2),
>    java.net (http://download.java.net/maven/1/)
> 
> 
> 
> I'm trying to build from source. I've had to change several parent version
> numbers in order to download the resources from the central repo:
> 
> /parent/pom.xml:
> 
>    <jaxb.impl.version>2.1.4</jaxb.impl.version>
>    <jaxb.xjc.version>2.1.4</jaxb.xjc.version>
> 
> 
>                      <groupId>com.sun.tools.xjc.maven2</groupId>
>                      <artifactId>maven-jaxb-plugin</artifactId>
>                      <version>1.1</version>
> 
> 
> Sincerely,
> 
> Mike Lawrence
>