Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-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 9A3B01850C for ; Fri, 28 Aug 2015 17:56:18 +0000 (UTC) Received: (qmail 88793 invoked by uid 500); 28 Aug 2015 17:56:18 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 88752 invoked by uid 500); 28 Aug 2015 17:56:18 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 88743 invoked by uid 99); 28 Aug 2015 17:56:18 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2015 17:56:18 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 5B5AAAC0113 for ; Fri, 28 Aug 2015 17:56:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1698386 - /httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml Date: Fri, 28 Aug 2015 17:56:18 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150828175618.5B5AAAC0113@hades.apache.org> Author: olegk Date: Fri Aug 28 17:56:18 2015 New Revision: 1698386 URL: http://svn.apache.org/r1698386 Log: Added profile with disabled OSGi tests Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml?rev=1698386&r1=1698385&r2=1698386&view=diff ============================================================================== --- httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml (original) +++ httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml Fri Aug 28 17:56:18 2015 @@ -221,4 +221,28 @@ + + + + disableOSGiTests + + + disableOSGiTests + true + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + true + + + + + + +