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 2CC7ED553 for ; Sun, 1 Jul 2012 16:16:25 +0000 (UTC) Received: (qmail 51171 invoked by uid 500); 1 Jul 2012 16:16:25 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 51148 invoked by uid 500); 1 Jul 2012 16:16:25 -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 51140 invoked by uid 99); 1 Jul 2012 16:16:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2012 16:16:25 +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, 01 Jul 2012 16:16:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D66D7238890B for ; Sun, 1 Jul 2012 16:16:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1355943 - /creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml Date: Sun, 01 Jul 2012 16:16:03 -0000 To: commits@creadur.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120701161603.D66D7238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Sun Jul 1 16:16:03 2012 New Revision: 1355943 URL: http://svn.apache.org/viewvc?rev=1355943&view=rev Log: Rewrite outdated section about incubation Modified: creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml Modified: creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml?rev=1355943&r1=1355942&r2=1355943&view=diff ============================================================================== --- creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml (original) +++ creadur/rat/trunk/apache-rat-plugin/src/site/fml/faq.fml Sun Jul 1 16:16:03 2012 @@ -33,22 +33,22 @@ - Where do I find RAT? + Where do I find Apache Rat?

- RAT can be found - http://incubator.apache.org/rat/. In other words, it is - an incubating Apache project: Has been preliminarily accepted - by the ASF, but not finally. + Apache Rat is now part of the + Apache Creadur project, + a home for all sorts of software that helps audit and review + software distributions.

- Why should I use the Maven plugin to run RAT? + Why should I use the Maven plugin to run Apache Rat? -

Because it makes running RAT trivial. Basically, you just +

Because it makes running Rat trivial. Basically, you just add the plugin to the build/plugins section - of your POM and run mvn rat:check. Using RAT + of your POM and run mvn rat:check. Using Rat cannot be simpler.