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 2016/06/07 02:35:41 UTC

commons-crypto git commit: Add RAT and Clirr instructions.

Repository: commons-crypto
Updated Branches:
  refs/heads/master 4ca3724bc -> f968c27ff


Add RAT and Clirr instructions.

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/f968c27f
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/f968c27f
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/f968c27f

Branch: refs/heads/master
Commit: f968c27ffa40e154e7c18b2a583e51a56a24ab92
Parents: 4ca3724
Author: ggregory <gg...@apache.org>
Authored: Mon Jun 6 19:35:39 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Jun 6 19:35:39 2016 -0700

----------------------------------------------------------------------
 BUILDING.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/f968c27f/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index e7e170b..d4d78cd 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -70,6 +70,14 @@ At last, import to eclipse by specifying the root directory of the project via
 ----------------------------------------------------------------------------------
 Building distributions:
 
+To perform the license release audit, a.k.a. "RAT check", run:
+
+   mvn apache-rat:check
+
+[Once 1.0.0 is out] To perform a Clirr check, run:
+
+   mvn clirr:check
+
 Create binary distribution:
 
   $ mvn package -DskipTests