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:52:36 UTC

commons-crypto git commit: Add Clirr to list of goals.

Repository: commons-crypto
Updated Branches:
  refs/heads/master 22d01746b -> 5384a5d6c


Add Clirr to list of goals.

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

Branch: refs/heads/master
Commit: 5384a5d6c8631c8428f97d2bfbde84dce19e9d50
Parents: 22d0174
Author: ggregory <gg...@apache.org>
Authored: Mon Jun 6 19:52:34 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Jun 6 19:52:34 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/5384a5d6/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 969d0c3..ba38a69 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -54,6 +54,7 @@ Maven build goals:
 * Install JAR in M2 cache   : mvn install
 * Deploy JAR to Maven repo  : mvn deploy
 * Run RAT                   : mvn apache-rat:check
+* Run Clirr                 : mvn clirr:check
 * Build javadocs            : mvn javadoc:javadoc
 * Change version            : mvn versions:set -DnewVersion=NEWVERSION