Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97AAB10A23 for ; Sat, 8 Mar 2014 23:21:30 +0000 (UTC) Received: (qmail 34852 invoked by uid 500); 8 Mar 2014 23:21:27 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 34761 invoked by uid 500); 8 Mar 2014 23:21:26 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 34751 invoked by uid 99); 8 Mar 2014 23:21:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2014 23:21:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waynefay@gmail.com designates 209.85.192.174 as permitted sender) Received: from [209.85.192.174] (HELO mail-pd0-f174.google.com) (209.85.192.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2014 23:21:22 +0000 Received: by mail-pd0-f174.google.com with SMTP id y13so5555446pdi.33 for ; Sat, 08 Mar 2014 15:21:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=wFgKlnhf82FyCfsGaspUd6xKuC/eqs/Rxm2oJ7ZUvkw=; b=sdIDy5UWprb6jZ5FUhAYgxtZI0D4djMmaQ+r+SZ0xSlaN+8ng44tIP+rygKoKQ2Umk LqQ2efv3HFfc8cbCFza1hop1Fzc0T+HKpQ4CIp/ovB/Z5AQ0wEA+rX5rOqSoaCpJkoUI Xse/ezbxLMUkqBEhZP0R0H9M33CzIRSHR1EMo5MoEu7qWA7JTqSrdrvdLg357QlJtllS Q14XgfJM2sM82S+0a+2qUIPK+HVPAKHYI4kP6PqQ56JSah1nqOnPHJARmM+3spd8PrLx y+Qsjv+rweW9j4nXGH/wK50k6pX+3nPsDiItjqHX3xEhPrPyMfg3TP6o9IfIeVvaL/2L dMKw== X-Received: by 10.68.138.165 with SMTP id qr5mr31191438pbb.123.1394320861965; Sat, 08 Mar 2014 15:21:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.192.71 with HTTP; Sat, 8 Mar 2014 15:20:41 -0800 (PST) In-Reply-To: References: From: Wayne Fay Date: Sat, 8 Mar 2014 17:20:41 -0600 Message-ID: Subject: Re: Netbeans 7.4 maven POM for com.oracle:ojdbc6:jar:11.2.0.1 is invalid To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > In the log, there is a reference to 'no dependency information available', ... > Verifying availability of > C:\Users\david.kennedy\.m2\repository\com\oracle\ojdbc6\11.2.0.1\ojdbc6-11.2.0.1.pom > from [eclipselink (http://download.eclipse.org/rt/eclipselink/maven.repo/, > releases+snapshots), central (http://repo.maven.apache.org/maven2, > releases)] ... > The POM for com.oracle:ojdbc6:jar:11.2.0.1 is missing, no dependency Actually, read the message again: "Verifying availability of ...pom file from [repository1, repository2]... The pom is missing" Where did this pom file come from? Did you acquire it from the eclipselink repo, or central? Or did you use "mvn install:install-file"? Or did you put it in that directory manually? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org