Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 56991 invoked from network); 24 Sep 2006 22:29:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Sep 2006 22:29:44 -0000 Received: (qmail 6724 invoked by uid 500); 24 Sep 2006 22:29:44 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 6705 invoked by uid 500); 24 Sep 2006 22:29:44 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 6696 invoked by uid 99); 24 Sep 2006 22:29:44 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Sep 2006 15:29:44 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jrduncans@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:51787] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id CA/50-13010-6D607154 for ; Sun, 24 Sep 2006 15:29:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id AB9181A981A; Sun, 24 Sep 2006 15:29:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r449513 - /incubator/abdera/java/trunk/pom.xml Date: Sun, 24 Sep 2006 22:29:40 -0000 To: abdera-commits@incubator.apache.org From: jrduncans@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060924222940.AB9181A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jrduncans Date: Sun Sep 24 15:29:39 2006 New Revision: 449513 URL: http://svn.apache.org/viewvc?view=rev&rev=449513 Log: Added reporting to the pom to be generated during site creation. * pom.xml - Added javadoc, source cross-referencing, and test result reporting Modified: incubator/abdera/java/trunk/pom.xml Modified: incubator/abdera/java/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?view=diff&rev=449513&r1=449512&r2=449513 ============================================================================== --- incubator/abdera/java/trunk/pom.xml (original) +++ incubator/abdera/java/trunk/pom.xml Sun Sep 24 15:29:39 2006 @@ -77,6 +77,36 @@ http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/ + + + + org.apache.maven.plugins + maven-javadoc-plugin + + 1.5 + + http://java.sun.com/j2se/1.5.0/docs/api/ + + true + org.apache.abdera.util,org.apache.abdera.ext.*.impl,org.apache.abdera.parser.**,org.apache.abdera.security.** + + + + + org.apache.maven.plugins + maven-jxr-plugin + + true + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + +