Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 4A504173F4 for ; Wed, 9 Sep 2015 01:36:23 +0000 (UTC) Received: (qmail 11619 invoked by uid 500); 9 Sep 2015 01:36:23 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 11490 invoked by uid 500); 9 Sep 2015 01:36:23 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 11456 invoked by uid 99); 9 Sep 2015 01:36:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2015 01:36:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9162E03CE; Wed, 9 Sep 2015 01:36:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plusplusjiajia@apache.org To: commits@directory.apache.org Date: Wed, 09 Sep 2015 01:36:22 -0000 Message-Id: <842da3048a9d43189a7bb6668cba7afc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/46] directory-kerby git commit: refine BUILDING Repository: directory-kerby Updated Branches: refs/heads/pkinit-support 53d09c96b -> 00c4515cd refine BUILDING Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/723f9a71 Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/723f9a71 Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/723f9a71 Branch: refs/heads/pkinit-support Commit: 723f9a719f6a0dc9f6a8efe97eb6e3a1331f96cb Parents: 793201d Author: yaning Authored: Thu Aug 20 15:00:21 2015 +0800 Committer: yaning Committed: Thu Aug 20 15:00:21 2015 +0800 ---------------------------------------------------------------------- BUILDING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/723f9a71/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index 35d041a..99f14a4 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,5 +1,5 @@ #Build instructions for Kerby -------------- +---------------- ###Requirements: * JDK 1.7+ * Maven 3.0 or later @@ -28,4 +28,4 @@ It should be run at the top directory of Kerby. (tar package in /kerby/kerby-dist/kdc-dist/target/ & /kerby/kerby-dist/tool-dist/target/) * Generate javadoc without running tests: mvn clean package -DskipTests javadoc:javadoc * Checkstyle & PMD checks are run by default. To build quickly and prevent them from running, - add option [-Pnochecks], for example, mvn package -Pnochecks \ No newline at end of file + add option [-Pnochecks], for example, mvn package -Pnochecks