This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222175

Summary: Cannot completely remove RichFaces in Maven project
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: JSFAssignee: Martin Fousek <marfous>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 222117    
Bug Blocks:    

Description Jiri Skrivanek 2012-11-15 08:57:42 UTC
If you add and remove RichFaces, there are still remain some RichFaces artifacts in dependencies.

- create Maven web project
- open project properties
- go to Frameworks category
- add JavaServer Faces
- go to Components tab
- select RichFaces check box
- click OK
- open project properties again
- go to Frameworks category
- go to Components tab
- unselect RichFaces check box
- click OK
- dependency is not removed completely - richfaces-components-ui and some grey jars are still under dependencies

Product Version: NetBeans IDE Dev (Build 201211150001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Fousek 2012-11-15 09:06:56 UTC
Good testing Jirko. :) I found out that problem too but it looks to me as a problem of Maven support. For now I'm marking this issue as dependent on tha issue #222117.
Comment 2 Martin Fousek 2012-11-20 08:36:39 UTC
Ok, the patch into the Maven helped, so maring as duplicate of the issue #222117. Works well now.

*** This bug has been marked as a duplicate of bug 222117 ***