Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B65D6DA3E for ; Fri, 3 Aug 2012 18:15:59 +0000 (UTC) Received: (qmail 90446 invoked by uid 500); 3 Aug 2012 18:15:59 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 90315 invoked by uid 500); 3 Aug 2012 18:15:59 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 90308 invoked by uid 99); 3 Aug 2012 18:15:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 18:15:59 +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, 03 Aug 2012 18:15:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 257D32388860; Fri, 3 Aug 2012 18:15:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1369138 - /maven/surefire/trunk/surefire-integration-tests/pom.xml Date: Fri, 03 Aug 2012 18:15:15 -0000 To: commits@maven.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120803181515.257D32388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Fri Aug 3 18:15:14 2012 New Revision: 1369138 URL: http://svn.apache.org/viewvc?rev=1369138&view=rev Log: add a profile to be able to run surefire it test with maven 2.2.1 Modified: maven/surefire/trunk/surefire-integration-tests/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=1369138&r1=1369137&r2=1369138&view=diff ============================================================================== --- maven/surefire/trunk/surefire-integration-tests/pom.xml (original) +++ maven/surefire/trunk/surefire-integration-tests/pom.xml Fri Aug 3 18:15:14 2012 @@ -163,5 +163,43 @@ + + maven-2.2.1 + + ${project.build.directory}/maven-extract/apache-maven-2.2.1 + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + unpack + package + + unpack + + + + + org.apache.maven + apache-maven + 2.2.1 + tar.gz + bin + false + ${project.build.directory}/maven-extract + + + + + + + + + +