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 138102

Summary: Too many maven classes are loaded on startup
Product: projects Reporter: Oleg Khokhlov <ovk>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker CC: issues, mrkam
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: new classes

Description Oleg Khokhlov 2008-06-24 15:33:12 UTC
After maven integration we have 766 new classes loaded on startup.
It would be nice to review the list to avoid loading of unnecessary classes.
Comment 1 Oleg Khokhlov 2008-06-24 15:34:18 UTC
Created attachment 63345 [details]
new classes
Comment 2 Milos Kleint 2008-07-02 08:27:45 UTC
http://fisheye.codehaus.org/changelog/mevenide/?cs=5456
should be fixed now. The plexus container and maven embedder shall be only started when the project is being read (or
when the remote repository index is being downloaded) - after the IDE startup
Comment 3 Jaroslav Pospisil 2009-04-08 10:42:10 UTC
v.