Bug 805131

Summary: org.fusesource.fusesource-pom is not packaged
Product: [Fedora] Fedora Reporter: Mary Ellen Foster <mefoster>
Component: jansiAssignee: Marek Goldmann <mgoldman>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: johannes.lips, mgoldman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-10 10:55:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mary Ellen Foster 2012-03-20 15:25:16 UTC
Description of problem:
The jansi package includes both the jansi POM itself and the jansi-project POM. However, the jansi-project POM refers to a parent POM that is not installed:

  <parent>
    <groupId>org.fusesource</groupId>
    <artifactId>fusesource-pom</artifactId>
    <version>1.5</version>
  </parent>

This means that any attempts to build against jansi using mvn-rpmbuild will fail because they can't find org.fusesource.fusesource-pom.

Version-Release number of selected component (if applicable):
jansi-1.6-2.fc17

Comment 1 Mary Ellen Foster 2012-03-20 15:30:18 UTC
NB: exactly the same issue with hawtjni:


  <parent>
    <groupId>org.fusesource</groupId>
    <artifactId>fusesource-pom</artifactId>
    <version>1.8</version>
  </parent>

Comment 2 Marek Goldmann 2012-06-18 14:00:56 UTC
Mary, there is a package called fusesource-pom containing the requested parent pom. The package is added to BR. Could you please confirm it?

Comment 3 Marek Goldmann 2012-07-10 10:55:05 UTC
I'm closing this since I think the problem doesn't exists anymore. Feel free to reopen it.