Bug 878557

Summary: maven-ear-plugin: Remove/replace (build)requires on plexus-container-default
Product: [Fedora] Fedora Reporter: Stanislav Ochotnicky <sochotni>
Component: maven-ear-pluginAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: huwang, java-sig-commits, mizdebsk, tradej
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.7-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-27 06:50:16 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:
Attachments:
Description Flags
Patch fixing the bug none

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