You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/07/07 14:55:09 UTC

commons-crypto git commit: More instructions

Repository: commons-crypto
Updated Branches:
  refs/heads/master 34df73069 -> 088b2b7e8


More 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/088b2b7e
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/088b2b7e
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/088b2b7e

Branch: refs/heads/master
Commit: 088b2b7e88d92cfa6b249a0b42abf005c3198029
Parents: 34df730
Author: Sebb <se...@apache.org>
Authored: Thu Jul 7 15:55:06 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Thu Jul 7 15:55:06 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/088b2b7e/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index ded2291..e6961a6 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -47,6 +47,8 @@ Maven build goals:
 * Clean                     : mvn clean
 * Compile                   : mvn compile
 * Run tests                 : mvn test
+* Run benchmarks            : mvn clean test -Pbenchmark
+* Run test; no JNI build    : mvn clean test -Dmaven.antrun.skip
 * Create JAR                : mvn package
 * Run findbugs              : mvn compile -Pfindbugs
 * Run checkstyle            : mvn compile checkstyle:checkstyle