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 - Cannot completely remove RichFaces in Maven project
Summary: Cannot completely remove RichFaces in Maven project
Status: VERIFIED DUPLICATE of bug 222117
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: 222117
Blocks:
  Show dependency tree
 
Reported: 2012-11-15 08:57 UTC by Jiri Skrivanek
Modified: 2012-11-20 12:41 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-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 ***