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 2A228743C for ; Mon, 24 Oct 2011 06:48:17 +0000 (UTC) Received: (qmail 80088 invoked by uid 500); 24 Oct 2011 06:48:16 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 80029 invoked by uid 500); 24 Oct 2011 06:48:15 -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 80020 invoked by uid 99); 24 Oct 2011 06:48:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 06:48:14 +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; Mon, 24 Oct 2011 06:48:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E29823888E4 for ; Mon, 24 Oct 2011 06:47:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1188034 - /commons/proper/digester/trunk/pom.xml Date: Mon, 24 Oct 2011 06:47:51 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111024064751.4E29823888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Mon Oct 24 06:47:50 2011 New Revision: 1188034 URL: http://svn.apache.org/viewvc?rev=1188034&view=rev Log: added external javadoc links (commons-beanutils apidoc is linked) Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1188034&r1=1188033&r2=1188034&view=diff ============================================================================== --- commons/proper/digester/trunk/pom.xml (original) +++ commons/proper/digester/trunk/pom.xml Mon Oct 24 06:47:50 2011 @@ -261,6 +261,18 @@ + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + true + + http://download.oracle.com/javase/1.5.0/docs/api/ + http://commons.apache.org/beanutils/v1.8.3/apidocs/ + + + + org.codehaus.mojo findbugs-maven-plugin 2.3.2