You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/11/01 20:32:21 UTC

svn commit: r1711844 - /commons/proper/commons-parent/trunk/BUILDING.txt

Author: ggregory
Date: Sun Nov  1 19:32:21 2015
New Revision: 1711844

URL: http://svn.apache.org/viewvc?rev=1711844&view=rev
Log:
Add RAT check to build instructions.

Modified:
    commons/proper/commons-parent/trunk/BUILDING.txt

Modified: commons/proper/commons-parent/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/BUILDING.txt?rev=1711844&r1=1711843&r2=1711844&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/BUILDING.txt (original)
+++ commons/proper/commons-parent/trunk/BUILDING.txt Sun Nov  1 19:32:21 2015
@@ -6,6 +6,10 @@ Other recipes may suit other tastes!
 This is the short form of "Releasing Commons Components"
 http://commons.apache.org/releases/index.html
 
+To perform the license release audit, a.k.a. "RAT check", run.
+
+mvn apache-rat:check
+
 Building for local repo:
 -----------------------