Bug 878557 - maven-ear-plugin: Remove/replace (build)requires on plexus-container-default
Summary: maven-ear-plugin: Remove/replace (build)requires on plexus-container-default
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: maven-ear-plugin
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-20 16:56 UTC by Stanislav Ochotnicky
Modified: 2012-11-27 06:59 UTC (History)
4 users (show)

Fixed In Version: 2.7-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-27 06:50:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch fixing the bug (833 bytes, patch)
2012-11-27 06:38 UTC, Mikolaj Izdebski
no flags Details | Diff

Description Stanislav Ochotnicky 2012-11-20 16:56:10 UTC
Your package maven-ear-plugin either requires or buildrequires plexus-container-default. This package contains old API which is not commonly used and has not contained maven dependency mappings since September 2011. It means that unless your package is using custom dependency map to build, it is not using plexus-container-default. 

In most cases your package is instead using 'plexus-containers-container-default' package. If any pom.xml files contain reference to groupId:artifactId org.codehaus.plexus:plexus-container-default you can replace plexus-container-default with plexus-containers-container-default. If your pom.xml files don't reference mentioned groupId:artifactId it should be safe to remove completely

Comment 1 Mikolaj Izdebski 2012-11-27 06:38:22 UTC
Created attachment 652512 [details]
Patch fixing the bug

Comment 2 Mikolaj Izdebski 2012-11-27 06:50:16 UTC
I believe that this bug is fixed in maven-ear-plugin-2.7-3,
which is available in Fedora Rawhide.  I am closing the bug now,
thank you for reporting it.  A summary of changes is included below.

* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk> - 2.7-3
- Don't use legacy plexus-container-default, resolves: rhbz#878557
- Install license files, resolves: rhbz#880268


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