Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-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 C2B3410424 for ; Thu, 26 Feb 2015 18:54:48 +0000 (UTC) Received: (qmail 71271 invoked by uid 500); 26 Feb 2015 18:54:48 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 71244 invoked by uid 500); 26 Feb 2015 18:54:48 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 71235 invoked by uid 99); 26 Feb 2015 18:54:48 -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; Thu, 26 Feb 2015 18:54:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85B8FE07EB; Thu, 26 Feb 2015 18:54:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yusaku@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-9808. Allow the user to build ambari-views/examples without having to building the whole Ambari project (pull dependencies from Maven). (yusaku) Date: Thu, 26 Feb 2015 18:54:48 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk acbe6f108 -> 24a7e6442 AMBARI-9808. Allow the user to build ambari-views/examples without having to building the whole Ambari project (pull dependencies from Maven). (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/24a7e644 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/24a7e644 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/24a7e644 Branch: refs/heads/trunk Commit: 24a7e6442b765ea7e817533714ccc98c3e8ff9e4 Parents: acbe6f1 Author: Yusaku Sako Authored: Wed Feb 25 22:23:51 2015 -0800 Committer: Yusaku Sako Committed: Thu Feb 26 10:54:36 2015 -0800 ---------------------------------------------------------------------- ambari-views/examples/calculator-view/pom.xml | 5 ++++- ambari-views/examples/favorite-view/pom.xml | 5 ++++- ambari-views/examples/hello-servlet-view/pom.xml | 6 +++++- ambari-views/examples/helloworld-view/pom.xml | 6 +++++- ambari-views/examples/phone-list-view/pom.xml | 5 ++++- ambari-views/examples/pom.xml | 11 ++++++++++- ambari-views/examples/property-validator-view/pom.xml | 5 ++++- ambari-views/examples/property-view/pom.xml | 3 +++ ambari-views/examples/restricted-view/pom.xml | 5 ++++- ambari-views/examples/simple-view/pom.xml | 3 +++ ambari-views/examples/weather-view/pom.xml | 5 ++++- 11 files changed, 50 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/calculator-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/calculator-view/pom.xml b/ambari-views/examples/calculator-view/pom.xml index dededf9..313945b 100644 --- a/ambari-views/examples/calculator-view/pom.xml +++ b/ambari-views/examples/calculator-view/pom.xml @@ -19,13 +19,16 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 calculator-view jar Ambari Calculator View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/favorite-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/favorite-view/pom.xml b/ambari-views/examples/favorite-view/pom.xml index edd7759..3ce5d12 100644 --- a/ambari-views/examples/favorite-view/pom.xml +++ b/ambari-views/examples/favorite-view/pom.xml @@ -19,13 +19,16 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 favorite-view jar Ambari Favorite View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/hello-servlet-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/hello-servlet-view/pom.xml b/ambari-views/examples/hello-servlet-view/pom.xml index b116807..fd6a21c 100644 --- a/ambari-views/examples/hello-servlet-view/pom.xml +++ b/ambari-views/examples/hello-servlet-view/pom.xml @@ -19,13 +19,17 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 hello-servlet-view jar Ambari Hello Servlet View + 2.0.0-SNAPSHOT http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/helloworld-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/helloworld-view/pom.xml b/ambari-views/examples/helloworld-view/pom.xml index 6a7f75f..b5607ca 100644 --- a/ambari-views/examples/helloworld-view/pom.xml +++ b/ambari-views/examples/helloworld-view/pom.xml @@ -19,13 +19,17 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 helloworld-view jar Ambari Hello World View + 2.0.0-SNAPSHOT http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/phone-list-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/phone-list-view/pom.xml b/ambari-views/examples/phone-list-view/pom.xml index bb19067..ec8f956 100644 --- a/ambari-views/examples/phone-list-view/pom.xml +++ b/ambari-views/examples/phone-list-view/pom.xml @@ -19,13 +19,16 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 phone-list-view jar Ambari Phone List View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/pom.xml b/ambari-views/examples/pom.xml index 4e93c35..4751093 100644 --- a/ambari-views/examples/pom.xml +++ b/ambari-views/examples/pom.xml @@ -16,12 +16,18 @@ --> + + org.apache.ambari + ambari-project + 2.0.0-SNAPSHOT + ../../ambari-project + 4.0.0 org.apache.ambari ambari-view-examples pom - 1.0.0 Ambari View Examples + 2.0.0-SNAPSHOT helloworld-view hello-servlet-view @@ -31,6 +37,9 @@ weather-view restricted-view + + ${project.parent.parent.basedir} + http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/property-validator-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/property-validator-view/pom.xml b/ambari-views/examples/property-validator-view/pom.xml index 57e2df3..87f08cc 100644 --- a/ambari-views/examples/property-validator-view/pom.xml +++ b/ambari-views/examples/property-validator-view/pom.xml @@ -19,7 +19,7 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 property-validator-view @@ -27,6 +27,9 @@ jar Ambari Property Validator View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + org.apache.ambari http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/property-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/property-view/pom.xml b/ambari-views/examples/property-view/pom.xml index 9f8503b..3194227 100644 --- a/ambari-views/examples/property-view/pom.xml +++ b/ambari-views/examples/property-view/pom.xml @@ -27,6 +27,9 @@ jar Ambari Property View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + org.apache.ambari http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/restricted-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/restricted-view/pom.xml b/ambari-views/examples/restricted-view/pom.xml index be7ad7f..347212b 100644 --- a/ambari-views/examples/restricted-view/pom.xml +++ b/ambari-views/examples/restricted-view/pom.xml @@ -19,13 +19,16 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 restricted-view jar Ambari Restricted View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/simple-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/simple-view/pom.xml b/ambari-views/examples/simple-view/pom.xml index 453fde2..83df882 100644 --- a/ambari-views/examples/simple-view/pom.xml +++ b/ambari-views/examples/simple-view/pom.xml @@ -27,6 +27,9 @@ jar Ambari Simple View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + org.apache.ambari http://git-wip-us.apache.org/repos/asf/ambari/blob/24a7e644/ambari-views/examples/weather-view/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-views/examples/weather-view/pom.xml b/ambari-views/examples/weather-view/pom.xml index d9136e2..d16ae77 100644 --- a/ambari-views/examples/weather-view/pom.xml +++ b/ambari-views/examples/weather-view/pom.xml @@ -19,13 +19,16 @@ org.apache.ambari ambari-view-examples - 1.0.0 + 2.0.0-SNAPSHOT 4.0.0 weather-view jar Ambari Weather View http://maven.apache.org + + ${project.parent.parent.parent.basedir} + junit