Return-Path: Delivered-To: apmail-maven-surefire-commits-archive@www.apache.org Received: (qmail 73558 invoked from network); 4 Mar 2011 07:21:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 07:21:57 -0000 Received: (qmail 53973 invoked by uid 500); 4 Mar 2011 07:21:57 -0000 Delivered-To: apmail-maven-surefire-commits-archive@maven.apache.org Received: (qmail 53908 invoked by uid 500); 4 Mar 2011 07:21:56 -0000 Mailing-List: contact surefire-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: surefire-dev@maven.apache.org Delivered-To: mailing list surefire-commits@maven.apache.org Received: (qmail 53890 invoked by uid 99); 4 Mar 2011 07:21:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 07:21:56 +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; Fri, 04 Mar 2011 07:21:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C266238897A; Fri, 4 Mar 2011 07:21:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1077838 - in /maven/surefire/trunk: surefire-integration-tests/pom.xml surefire-shadefire/pom.xml Date: Fri, 04 Mar 2011 07:21:33 -0000 To: surefire-commits@maven.apache.org From: krosenvold@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110304072133.6C266238897A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: krosenvold Date: Fri Mar 4 07:21:33 2011 New Revision: 1077838 URL: http://svn.apache.org/viewvc?rev=1077838&view=rev Log: o Skipped deploying shadefire and integration tests to maven central Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml maven/surefire/trunk/surefire-shadefire/pom.xml Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1077838&r1=1077837&r2=1077838&view=diff ============================================================================== --- maven/surefire/trunk/surefire-integration-tests/pom.xml (original) +++ maven/surefire/trunk/surefire-integration-tests/pom.xml Fri Mar 4 07:21:33 2011 @@ -270,6 +270,12 @@ + + maven-deploy-plugin + + true + + Modified: maven/surefire/trunk/surefire-shadefire/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-shadefire/pom.xml?rev=1077838&r1=1077837&r2=1077838&view=diff ============================================================================== --- maven/surefire/trunk/surefire-shadefire/pom.xml (original) +++ maven/surefire/trunk/surefire-shadefire/pom.xml Fri Mar 4 07:21:33 2011 @@ -99,6 +99,12 @@ true + + maven-deploy-plugin + + true + +