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 - Cannot remove PrimeFaces in Maven project
Summary: Cannot remove PrimeFaces in Maven project
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 14:33 UTC by Jiri Skrivanek
Modified: 2012-11-15 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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