You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Salter (JIRA)" <ji...@apache.org> on 2019/06/01 09:08:00 UTC

[jira] [Resolved] (TOMEE-2537) Unnecessary parent project defined for mp-opentracting.traced example

     [ https://issues.apache.org/jira/browse/TOMEE-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Salter resolved TOMEE-2537.
---------------------------------
    Resolution: Fixed

> 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}
> <parent>
>     <artifactId>examples</artifactId>
>     <groupId>org.apache.tomee</groupId>
>     <version>8.0.0-SNAPSHOT</version>
>   </parent>
> {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)