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

Reply via email to