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 F06812009EE for ; Wed, 18 May 2016 22:43:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF1E31609B0; Wed, 18 May 2016 20:43:17 +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 3CB6B160A00 for ; Wed, 18 May 2016 22:43:17 +0200 (CEST) Received: (qmail 79620 invoked by uid 500); 18 May 2016 20:43:16 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 79599 invoked by uid 99); 18 May 2016 20:43:16 -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, 18 May 2016 20:43:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1BF97DFBAB; Wed, 18 May 2016 20:43:16 +0000 (UTC) From: aledsage To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server pull request: BROOKLYN-267: test for brooklyn.para... Content-Type: text/plain Message-Id: <20160518204316.1BF97DFBAB@git1-us-west.apache.org> Date: Wed, 18 May 2016 20:43:16 +0000 (UTC) archived-at: Wed, 18 May 2016 20:43:18 -0000 Github user aledsage commented on the pull request: https://github.com/apache/brooklyn-server/pull/139#issuecomment-220151964 The build error looks unrelated: ``` [ERROR] Failed to execute goal on project brooklyn-rest-api: Could not resolve dependencies for project org.apache.brooklyn:brooklyn-rest-api:jar:0.10.0-SNAPSHOT: Could not find artifact org.apache.brooklyn:brooklyn-jsgui:jar:tests:0.10.0-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) -> [Help 1] ``` I'm guessing that is down to some strange build environment thing. Maybe something else was messing with the maven local cache for brooklyn-rest-api while this was being compiled? Or is our build order and dependencies messed up, with brooklyn-rest-api depending on brooklyn-jsgui for tests?! Merging this PR now anyway. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---