Bug 550790 - Please remove plexus-archiver pom and depmap from common poms.
Summary: Please remove plexus-archiver pom and depmap from common poms.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: maven2-common-poms
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 542341
TreeView+ depends on / blocked
 
Reported: 2009-12-27 12:08 UTC by Lubomir Rintel
Modified: 2010-06-01 21:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-01 21:37:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lubomir Rintel 2009-12-27 12:08:26 UTC
Description of problem:

plexus-archiver now depends on plexus-io, but maven is unaware of that which breaks its jar plugin: [1]. (running with -x reveals java.lang.ClassNotFoundException: org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection).

[1] http://koji.fedoraproject.org/koji/getfile?taskID=1890757&name=build.log (might disappears since it's a scratch build)

Additional info:

Please add the following hunk to /usr/share/maven2/default_poms/JPP.plexus-archiver.pom:

    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-io</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

Comment 1 Alexander Kurtakov 2009-12-28 08:56:34 UTC
The problem was that plexus-archiver wasn't installing it's own pom. 
Your problem should be fixed with http://koji.fedoraproject.org/koji/taskinfo?taskID=1893249. 
What is needed now is to actually remove plexus-archiver pom from common poms so such problems don't go unnoticed.

Comment 2 Bug Zapper 2010-03-15 13:42:21 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle.
Changing version to '13'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Guido Grazioli 2010-05-12 00:22:56 UTC
Fixed in maven2-common-poms-1.0-14


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