Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 957AC10094 for ; Sat, 8 Mar 2014 00:23:54 +0000 (UTC) Received: (qmail 98350 invoked by uid 500); 8 Mar 2014 00:22:50 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 98139 invoked by uid 500); 8 Mar 2014 00:22:44 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 97755 invoked by uid 99); 8 Mar 2014 00:22:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2014 00:22:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AC1EA93ACB5; Sat, 8 Mar 2014 00:22:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mlsorensen@apache.org To: commits@cloudstack.apache.org Date: Sat, 08 Mar 2014 00:22:46 -0000 Message-Id: <26e8c22075e74d48a09bf3caa58de0de@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [13/50] [abbrv] git commit: updated refs/heads/resize-root to 0eb9967 CLOUDSTACK-5920: enable build of IAM services in pom.xml. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/63e3eea7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/63e3eea7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/63e3eea7 Branch: refs/heads/resize-root Commit: 63e3eea7905e22cab9466b28a2ab2a80b586aeed Parents: c28450c Author: Min Chen Authored: Tue Mar 4 17:53:10 2014 -0800 Committer: Min Chen Committed: Wed Mar 5 09:40:56 2014 -0800 ---------------------------------------------------------------------- services/iam/pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++ services/pom.xml | 1 + 2 files changed, 60 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/63e3eea7/services/iam/pom.xml ---------------------------------------------------------------------- diff --git a/services/iam/pom.xml b/services/iam/pom.xml new file mode 100644 index 0000000..d4bf3e7 --- /dev/null +++ b/services/iam/pom.xml @@ -0,0 +1,59 @@ + + + 4.0.0 + cloudstack-service-iam + Apache CloudStack IAM Service + pom + + org.apache.cloudstack + cloudstack-services + 4.4.0-SNAPSHOT + ../pom.xml + + + install + + + plugin + server + + + + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/63e3eea7/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index def3027..0212437 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -47,5 +47,6 @@ console-proxy console-proxy-rdp/rdpconsole secondary-storage + iam