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 251238

Summary: NetBeans also scans the maven target directory
Product: projects Reporter: tandraschko
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description tandraschko 2015-03-17 15:52:32 UTC
This happens if you build the project
Isn't it possible to skip scanning the target dir? normally nobody is working directly in target directory.
It would be an good performance improvement.
Comment 1 markiewb 2015-05-09 15:00:42 UTC
I guess it is because if you have maven plugins, which generate sources to "target/xxx", NetBeans has to scan them too.