Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 79093200BBB for ; Thu, 10 Nov 2016 22:29:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 77BD0160B01; Thu, 10 Nov 2016 21:29:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BBFB2160AF7 for ; Thu, 10 Nov 2016 22:29:01 +0100 (CET) Received: (qmail 99368 invoked by uid 500); 10 Nov 2016 21:29:01 -0000 Mailing-List: contact commits-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list commits@atlas.incubator.apache.org Received: (qmail 99359 invoked by uid 99); 10 Nov 2016 21:29:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 21:29:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 69D381A8B78 for ; Thu, 10 Nov 2016 21:29:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id DqT1alBCq5fQ for ; Thu, 10 Nov 2016 21:28:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 5AFD95FC6F for ; Thu, 10 Nov 2016 21:28:58 +0000 (UTC) Received: (qmail 99249 invoked by uid 99); 10 Nov 2016 21:28:57 -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, 10 Nov 2016 21:28:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62ECBE00E5; Thu, 10 Nov 2016 21:28:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: madhan@apache.org To: commits@atlas.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-atlas git commit: ATLAS-1276: fix for webapp test failures Date: Thu, 10 Nov 2016 21:28:57 +0000 (UTC) archived-at: Thu, 10 Nov 2016 21:29:02 -0000 Repository: incubator-atlas Updated Branches: refs/heads/master ed3c32c12 -> 46f9f0f8e ATLAS-1276: fix for webapp test failures Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/46f9f0f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/46f9f0f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/46f9f0f8 Branch: refs/heads/master Commit: 46f9f0f8e27632213f89c30f92c93cd04ecaef84 Parents: ed3c32c Author: Ayub Khan Authored: Thu Nov 10 13:27:55 2016 -0800 Committer: Madhan Neethiraj Committed: Thu Nov 10 13:28:27 2016 -0800 ---------------------------------------------------------------------- release-log.txt | 3 ++- webapp/pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/46f9f0f8/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index e1409a7..6aa1f42 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,7 +9,8 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai) ALL CHANGES: -ATLAS-1278 Added API to get typedef header info +ATLAS-1276 fix for webapp test failures (ayubkhan via mneethiraj) +ATLAS-1278 Added API to get typedef header info (apoorvnaik via mneethiraj) ATLAS-1246 Upgrade versions of dependencies (shwethags) ATLAS-1192 Atlas IE support (kevalbhatt) ATLAS-1273 Test testOnChangeRefresh in DefaultMetadataServiceTest is failing (ayubkhan via shwethags) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/46f9f0f8/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 6d83cc0..883c52a 100755 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -571,6 +571,28 @@ net.alchim31.maven scala-maven-plugin + + org.apache.maven.plugins + maven-resources-plugin + + + copy-resources + validate + + copy-resources + + + ${basedir}/target/models + + + ${basedir}/../addons/models + true + + + + + +