David Salter created TOMEE-2537:
-----------------------------------
Summary: 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
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)