Bug 810341

Summary: plexus-classworlds: Please update to maven 3
Product: [Fedora] Fedora Reporter: Mikolaj Izdebski <mizdebsk>
Component: plexus-classworldsAssignee: Fernando Nasser <fnasser>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: akurtako, dbhole, fnasser, java-sig-commits, sochotni
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-06 11:00:32 UTC Type: Bug
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
update to maven 3
none
updated patch none

Description Mikolaj Izdebski 2012-04-05 16:03:24 UTC
Created attachment 575489 [details]
update to maven 3

Please update from maven 2 to maven 3. The attached patch does that.

Comment 1 Alexander Kurtakov 2012-04-05 16:24:42 UTC
The patch has 	

%add_to_maven_depmap JPP.%{parent}-%{subname}.pom plexus/%{subname}.jar 
but it will produce broken depmap

it should be:

%add_maven_depmap JPP.%{parent}-%{subname}.pom plexus/%{subname}.jar

Please provide an updated patch and I'll apply it.

Comment 2 Mikolaj Izdebski 2012-04-06 08:17:56 UTC
Created attachment 575667 [details]
updated patch

Of course you're right. Fixed.

Comment 3 Alexander Kurtakov 2012-04-06 11:00:32 UTC
Pushed to rawhide. Thanks for the patch.