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 D5D969763 for ; Sun, 23 Dec 2012 16:56:21 +0000 (UTC) Received: (qmail 83943 invoked by uid 500); 23 Dec 2012 16:56:21 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 83888 invoked by uid 500); 23 Dec 2012 16:56:21 -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 83879 invoked by uid 99); 23 Dec 2012 16:56:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Dec 2012 16:56:21 +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; Sun, 23 Dec 2012 16:56:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6796A238896F for ; Sun, 23 Dec 2012 16:56:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1425486 - in /httpcomponents/httpcore/trunk: httpcore-nio/pom.xml httpcore/pom.xml pom.xml Date: Sun, 23 Dec 2012 16:56:00 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121223165600.6796A238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Sun Dec 23 16:55:59 2012 New Revision: 1425486 URL: http://svn.apache.org/viewvc?rev=1425486&view=rev Log: Moved style check plugin to Maven 3 profile; moved clover2 plugin to Maven 2 profile Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml httpcomponents/httpcore/trunk/httpcore/pom.xml httpcomponents/httpcore/trunk/pom.xml Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=1425486&r1=1425485&r2=1425486&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Sun Dec 23 16:55:59 2012 @@ -97,24 +97,6 @@ maven-surefire-plugin - - com.atlassian.maven.plugins - maven-clover2-plugin - - threaded - 100 - 50% - - - - site - pre-site - - instrument - - - - @@ -143,15 +125,6 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - ${clover.version} - - 1.5 - - - - maven-jxr-plugin ${hc.jxr.version} Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1425486&r1=1425485&r2=1425486&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sun Dec 23 16:55:59 2012 @@ -97,24 +97,6 @@ ${httpcore.surefire.java} - - com.atlassian.maven.plugins - maven-clover2-plugin - - threaded - 100 - 50% - - - - site - pre-site - - instrument - - - - Modified: httpcomponents/httpcore/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1425486&r1=1425485&r2=1425486&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/pom.xml (original) +++ httpcomponents/httpcore/trunk/pom.xml Sun Dec 23 16:55:59 2012 @@ -280,32 +280,6 @@ true - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.9.1 - - UTF-8 - - - - validate - validate - - hc-checkstyle.xml - true - true - false - ${basedir}/src - - - checkstyle - - - - - @@ -339,4 +313,88 @@ + + + profile-checkstyle + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.9.1 + + UTF-8 + + + + validate + validate + + hc-checkstyle.xml + true + true + false + ${basedir}/src + + + checkstyle + + + + + + + + + profile-clover-report + + + ${basedir} + + + + + + com.atlassian.maven.plugins + maven-clover2-plugin + + threaded + 100 + 50% + + + + site + pre-site + + instrument + + + + + + + + + + + com.atlassian.maven.plugins + maven-clover2-plugin + ${clover.version} + + 1.5 + + + + + + + + +