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 - NetBeans also scans the maven target directory
Summary: NetBeans also scans the maven target directory
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 15:52 UTC by tandraschko
Modified: 2015-05-09 15:00 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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