Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 44927 invoked from network); 6 May 2007 18:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2007 18:53:37 -0000 Received: (qmail 59987 invoked by uid 500); 6 May 2007 18:53:43 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 59929 invoked by uid 500); 6 May 2007 18:53:43 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 59920 invoked by uid 99); 6 May 2007 18:53:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 11:53:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 11:53:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 78A3D714066 for ; Sun, 6 May 2007 11:53:15 -0700 (PDT) Message-ID: <15688321.1178477595491.JavaMail.jira@brutus> Date: Sun, 6 May 2007 11:53:15 -0700 (PDT) From: "Steven E. Harris (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-637) cxf-codegen-plugin depends on JABX jaxb-impl Maven artifact, but lacks proper repository definiton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org cxf-codegen-plugin depends on JABX jaxb-impl Maven artifact, but lacks proper repository definiton -------------------------------------------------------------------------------------------------- Key: CXF-637 URL: https://issues.apache.org/jira/browse/CXF-637 Project: CXF Issue Type: Bug Components: Build system Affects Versions: 2.0 Environment: NA Reporter: Steven E. Harris Priority: Minor Trying to build a Maven module of mine that uses cxf-codegen-plugin against a fairly clean Maven repository produces the following error: [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.sun.xml.bind:jaxb-impl:jar:2.0.5 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl \ -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.cxf:cxf-codegen-plugin:maven-plugin:2.0-incubator-20070504 .140945-4 2) org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb:jar:2.0-incubator-SN APSHOT 3) com.sun.xml.bind:jaxb-impl:jar:2.0.5 ---------- 1 required artifact is missing. for artifact: org.apache.cxf:cxf-codegen-plugin:maven-plugin:2.0-incubator-20070504.140945-4 from the specified remote repositories: apache.incubating (http://people.apache.org/repo/m2-incubating-repository), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), springframework.org-snapshots (http://static.springframework.org/maven2-snapsh ots), springframework.org (http://static.springframework.org/maven2/), java.net (https://maven-repository.dev.java.net/repository/), central (http://repo1.maven.org/maven2) It looks like the cxf-tools-wsdlto-databinding-jaxb module needs to include an additonal repository definition for the com.sun.xml.bind groupId, or figure out whether the version of jaxb-impl it's using disappeared from the central Maven repository. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.