Bug 550790

Summary: Please remove plexus-archiver pom and depmap from common poms.
Product: [Fedora] Fedora Reporter: Lubomir Rintel <lkundrak>
Component: maven2-common-pomsAssignee: Alexander Kurtakov <akurtako>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: akurtako, dbhole, fnasser, guido.grazioli
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-01 21:37:00 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:
Bug Depends On:    
Bug Blocks: 542341    

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