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 3E27917D1A for ; Mon, 16 Mar 2015 07:28:19 +0000 (UTC) Received: (qmail 45277 invoked by uid 500); 16 Mar 2015 07:28:19 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 45224 invoked by uid 500); 16 Mar 2015 07:28:19 -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 45213 invoked by uid 99); 16 Mar 2015 07:28:19 -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; Mon, 16 Mar 2015 07:28:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05233E03A0; Mon, 16 Mar 2015 07:28:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hazel@apache.org To: commits@directory.apache.org Message-Id: <1a656bb40d12461e90b400756202102b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-kerberos git commit: Refine kerb-server's pom, generate jar-with-dependencies only when profile is dist. Date: Mon, 16 Mar 2015 07:28:19 +0000 (UTC) Repository: directory-kerberos Updated Branches: refs/heads/master 8a30c1e29 -> d8c8344c1 Refine kerb-server's pom, generate jar-with-dependencies only when profile is dist. Project: http://git-wip-us.apache.org/repos/asf/directory-kerberos/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerberos/commit/d8c8344c Tree: http://git-wip-us.apache.org/repos/asf/directory-kerberos/tree/d8c8344c Diff: http://git-wip-us.apache.org/repos/asf/directory-kerberos/diff/d8c8344c Branch: refs/heads/master Commit: d8c8344c17f5059acf946f57a3db4de09aa5ac57 Parents: 8a30c1e Author: hazel Authored: Mon Mar 16 15:28:13 2015 +0800 Committer: hazel Committed: Mon Mar 16 15:28:13 2015 +0800 ---------------------------------------------------------------------- kerby-kerb/kerb-server/pom.xml | 51 ++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/d8c8344c/kerby-kerb/kerb-server/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-server/pom.xml b/kerby-kerb/kerb-server/pom.xml index 98a347b..8d9eaa6 100644 --- a/kerby-kerb/kerb-server/pom.xml +++ b/kerby-kerb/kerb-server/pom.xml @@ -59,27 +59,32 @@ - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2 - - - package-all - package - - single - - - - jar-with-dependencies - - - - - - - + + + dist + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2 + + + package-all + package + + single + + + + jar-with-dependencies + + + + + + + + +