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 222047

Summary: Cannot remove PrimeFaces in Maven project
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: JSFAssignee: Martin Fousek <marfous>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2012-11-13 14:33:05 UTC
It is not possible to remove JSF libraries like PrimeFaces. To reproduce:

- create Maven web project
- open project properties
- go to Frameworks category
- add JavaServer Faces
- go to Components tab
- select PrimeFaces check box
- click OK
- open project properties again
- go to Frameworks category
- go to Components tab
- unselect PrimeFaces check box
- click OK
- dependency is not removed in pom.xml and next time you open project properties PrimeFaces check box is selected

Product Version: NetBeans IDE Dev (Build 201211130001)
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-14 13:57:20 UTC
Good catch, thanks Jirko.

Fixed in web-main #33b1788043b0.
Comment 2 Quality Engineering 2012-11-15 02:46:55 UTC
Integrated into 'main-golden', will be available in build *201211150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/33b1788043b0
User: Martin Fousek <marfous@netbeans.org>
Log: #222047 - Cannot remove PrimeFaces in Maven project