Bug 805131 - org.fusesource.fusesource-pom is not packaged
Summary: org.fusesource.fusesource-pom is not packaged
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: jansi
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Goldmann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-20 15:25 UTC by Mary Ellen Foster
Modified: 2012-07-10 10:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-10 10:55:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.