Return-Path: X-Original-To: apmail-incubator-bval-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bval-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B626076D9 for ; Thu, 1 Dec 2011 23:13:29 +0000 (UTC) Received: (qmail 77002 invoked by uid 500); 1 Dec 2011 23:13:29 -0000 Delivered-To: apmail-incubator-bval-commits-archive@incubator.apache.org Received: (qmail 76972 invoked by uid 500); 1 Dec 2011 23:13:29 -0000 Mailing-List: contact bval-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bval-dev@incubator.apache.org Delivered-To: mailing list bval-commits@incubator.apache.org Received: (qmail 76965 invoked by uid 99); 1 Dec 2011 23:13:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 23:13:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 23:13:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6BBFB2388860; Thu, 1 Dec 2011 23:13:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1209301 - /incubator/bval/trunk/bval-tck/pom.xml Date: Thu, 01 Dec 2011 23:13:05 -0000 To: bval-commits@incubator.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111201231305.6BBFB2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Thu Dec 1 23:13:04 2011 New Revision: 1209301 URL: http://svn.apache.org/viewvc?rev=1209301&view=rev Log: add m2e config, and more importantly, override the jboss repositories to point from repository.jboss.org/maven2 to repository.jboss.org/nexus/content/groups/public Modified: incubator/bval/trunk/bval-tck/pom.xml Modified: incubator/bval/trunk/bval-tck/pom.xml URL: http://svn.apache.org/viewvc/incubator/bval/trunk/bval-tck/pom.xml?rev=1209301&r1=1209300&r2=1209301&view=diff ============================================================================== --- incubator/bval/trunk/bval-tck/pom.xml (original) +++ incubator/bval/trunk/bval-tck/pom.xml Thu Dec 1 23:13:04 2011 @@ -56,6 +56,41 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + [2.1,) + + + copy + + + + + + + + + + + + @@ -102,7 +137,10 @@ - jboss-public-repository-group + + + repository.jboss.org JBoss Public Maven Repository Group https://repository.jboss.org/nexus/content/groups/public/ default @@ -117,6 +155,24 @@ warn + + + jboss + JBoss Public Maven Repository Group (again) + https://repository.jboss.org/nexus/content/groups/public/ + default + + true + never + fail + + + false + never + warn + +