From commits-return-47487-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Sat Jun 1 09:07:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D165B18061A for ; Sat, 1 Jun 2019 11:07:01 +0200 (CEST) Received: (qmail 21664 invoked by uid 500); 1 Jun 2019 09:07:01 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 21651 invoked by uid 500); 1 Jun 2019 09:07:01 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 21648 invoked by uid 99); 1 Jun 2019 09:07:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jun 2019 09:07:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 55659E0175 for ; Sat, 1 Jun 2019 09:07:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 094942459A for ; Sat, 1 Jun 2019 09:07:00 +0000 (UTC) Date: Sat, 1 Jun 2019 09:07:00 +0000 (UTC) From: "David Salter (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TOMEE-2537) Unnecessary parent project defined for mp-opentracting.traced example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMEE-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16853636#comment-16853636 ] David Salter commented on TOMEE-2537: ------------------------------------- The PR has been merged into Master: https://github.com/apache/tomee/commit/f8b310c5bd082a0b9675f2f44f67d407bb021f84 > Unnecessary parent project defined for mp-opentracting.traced example > --------------------------------------------------------------------- > > Key: TOMEE-2537 > URL: https://issues.apache.org/jira/browse/TOMEE-2537 > Project: TomEE > Issue Type: Improvement > Reporter: David Salter > Assignee: David Salter > Priority: Major > > In the mp-opentracing.traced example, the pom.xml defines a parent that is not required: > {code} > > examples > org.apache.tomee > 8.0.0-SNAPSHOT > > {code} > This parent should be replaced s that the example follows the same style as all the other examples in being a standalone application that can be executed / tested. -- This message was sent by Atlassian JIRA (v7.6.3#76005)