Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 E961310A53 for ; Wed, 14 Jan 2015 00:31:45 +0000 (UTC) Received: (qmail 39858 invoked by uid 500); 14 Jan 2015 00:31:47 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 39799 invoked by uid 500); 14 Jan 2015 00:31:47 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 39789 invoked by uid 99); 14 Jan 2015 00:31:47 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 00:31:47 +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 22556AC01D7; Wed, 14 Jan 2015 00:31:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1651544 - /commons/proper/net/trunk/pom.xml Date: Wed, 14 Jan 2015 00:31:47 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150114003147.22556AC01D7@hades.apache.org> Author: sebb Date: Wed Jan 14 00:31:46 2015 New Revision: 1651544 URL: http://svn.apache.org/r1651544 Log: Fix up Maven warning - cannot have two copies of build helper in main build Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1651544&r1=1651543&r2=1651544&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Wed Jan 14 00:31:46 2015 @@ -166,6 +166,11 @@ Supported protocols include: Echo, Finge + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + @@ -272,7 +277,6 @@ Supported protocols include: Echo, Finge org.codehaus.mojo build-helper-maven-plugin - 1.8 attach-artifacts @@ -363,55 +367,6 @@ Supported protocols include: Echo, Finge examples.Main - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.9.1 - - - regex-property - - regex-property - - - - animal-sniffer.signature - ${maven.compiler.target} - ^(\d)\.(\d)$ - java$1$2 - true - - - - - - - org.codehaus.mojo - animal-sniffer-maven-plugin - 1.13 - - - checkAPIcompatibility - test - - check - - - - - - org.codehaus.mojo.signature - ${animal-sniffer.signature} - 1.0 - - - - @@ -523,6 +478,69 @@ Supported protocols include: Echo, Finge -Xdoclint:none + + + animal-sniffer + + + src/site/resources/profile.noanimal + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + regex-property + validate + + regex-property + + + + animal-sniffer.signature + ${maven.compiler.target} + ^(\d)\.(\d)$ + java$1$2 + true + + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.13 + + + checkAPIcompatibility + test + + check + + + + + + org.codehaus.mojo.signature + ${animal-sniffer.signature} + 1.0 + + + + + + +