Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1335362

Summary: Maven repository - missing definition of version in teiid-parent
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Juraj Duráni <jdurani>
Component: DistributionAssignee: Van Halbert <vhalbert>
Status: CLOSED CURRENTRELEASE QA Contact: Andrej Smigala <asmigala>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3.0CC: aszczucz, drieden, jolee, jstastny, mbaluch, thauser, vhalbert
Target Milestone: ER1   
Target Release: 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-13 17:39:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Juraj Duráni 2016-05-12 04:54:18 UTC
Description of problem:
An artifact jboss-logging-generator uses property ${version.org.jboss.logging.jboss-logging-tools} for definition of version. But the property is not defined anywhere.

<dependency>
  <groupId>org.jboss.logging</groupId>
  <artifactId>jboss-logging-generator</artifactId>
  <version>${version.org.jboss.logging.jboss-logging-tools}</version>
</dependency>

Comment 1 Alex Szczuczko 2016-05-12 09:25:46 UTC
git blame shows that line is from 2011, so maybe the property existed at one point, but doesn't now.

I see it defined in 7.1.0.Beta1b of jboss-as-parent, but nothing since then.

Comment 3 Juraj Duráni 2016-06-06 13:31:56 UTC
Yes.

One line from the report:
miss: org.jboss.logging:jboss-logging-generator:jar:${version.org.jboss.logging.jboss-logging-tools}

Comment 4 Alex Szczuczko 2016-07-11 17:14:47 UTC
Van,

It seems to me that this dependency can just be removed, as it isn't downloaded in the most recent build I did, and it seems upstream versions of that artifact haven't been made since 2011.

Additionally, jboss-logging-generator isn't present in the Brew repos used for 6.3, 6.2, or 6.1 builds.

Comment 10 Jan Stastny 2018-01-26 11:08:10 UTC
*** Bug 1506577 has been marked as a duplicate of this bug. ***