Return-Path: X-Original-To: apmail-creadur-commits-archive@www.apache.org Delivered-To: apmail-creadur-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 8EC4A172A1 for ; Mon, 28 Sep 2015 20:53:23 +0000 (UTC) Received: (qmail 88944 invoked by uid 500); 28 Sep 2015 20:53:07 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 88918 invoked by uid 500); 28 Sep 2015 20:53:07 -0000 Mailing-List: contact commits-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list commits@creadur.apache.org Received: (qmail 88909 invoked by uid 99); 28 Sep 2015 20:53:07 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2015 20:53:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F3E891A2026 for ; Mon, 28 Sep 2015 20:53:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id mCcQ0D4yQot7 for ; Mon, 28 Sep 2015 20:53:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 75CB042B51 for ; Mon, 28 Sep 2015 20:53:05 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1FBFEE0281 for ; Mon, 28 Sep 2015 20:53:05 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1CFFA3A0677 for ; Mon, 28 Sep 2015 20:53:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1705772 - /creadur/rat/trunk/pom.xml Date: Mon, 28 Sep 2015 20:53:05 -0000 To: commits@creadur.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150928205305.1CFFA3A0677@svn01-us-west.apache.org> Author: sebb Date: Mon Sep 28 20:53:04 2015 New Revision: 1705772 URL: http://svn.apache.org/viewvc?rev=1705772&view=rev Log: Implement changes-report Modified: creadur/rat/trunk/pom.xml Modified: creadur/rat/trunk/pom.xml URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1705772&r1=1705771&r2=1705772&view=diff ============================================================================== --- creadur/rat/trunk/pom.xml (original) +++ creadur/rat/trunk/pom.xml Mon Sep 28 20:53:04 2015 @@ -167,7 +167,38 @@ agnostic home for software distribution + + + + org.apache.maven.plugins + maven-changes-plugin + ${mavenChangesVersion} + + ${basedir}/src/changes/changes.xml + Fix Version,Key,Component,Summary,Type,Resolution,Status + + Fix Version DESC,Type,Key DESC + Fixed + Resolved,Closed + + Bug,New Feature,Task,Improvement,Wish,Test + + true + ${commons.changes.onlyCurrentVersion} + ${commons.changes.maxEntries} + ${commons.changes.runOnlyAtExecutionRoot} + + + + + changes-report + jira-report + + + + org.apache.maven.plugins maven-javadoc-plugin